Skip to content

Commit

Permalink
Merge pull request #37240 from nextcloud/backport/37239/stable26
Browse files Browse the repository at this point in the history
[stable26] Extend list
  • Loading branch information
nickvergessen authored Mar 15, 2023
2 parents 826766d + dc3c44a commit ae34be5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/public/IRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ interface IRequest {
*/
public const USER_AGENT_CLIENT_DESKTOP = '/^Mozilla\/5\.0 \([A-Za-z ]+\) (mirall|csyncoC)\/.*$/';

/**
* @since 26.0.0
*/
public const USER_AGENT_TALK_DESKTOP = '/^Mozilla\/5\.0 \([A-Za-z ]+\) Nextcloud\-Talk v.*$/';

/**
* @since 9.1.0
*/
Expand Down

0 comments on commit ae34be5

Please sign in to comment.