Merge pull request #37239 from nextcloud/bugfix/noid/extend-list

Extend list
pull/37252/head
Joas Schilling 2023-03-15 17:10:15 +07:00 committed by GitHub
commit d9bc922a1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

@ -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
*/