mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Merge pull request #37240 from nextcloud/backport/37239/stable26
[stable26] Extend list
This commit is contained in:
commit
ae34be566e
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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue