mirror of
https://github.com/nextcloud/server.git
synced 2026-03-30 14:16:52 -04:00
Merge pull request #37246 from nextcloud/backport/37242/stable26
[stable26] Reduce list
This commit is contained in:
commit
6b54bfb7b2
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ interface IRequest {
|
|||
/**
|
||||
* @since 26.0.0
|
||||
*/
|
||||
public const USER_AGENT_TALK_DESKTOP = '/^Mozilla\/5\.0 \([A-Za-z ]+\) Nextcloud\-Talk v.*$/';
|
||||
public const USER_AGENT_TALK_DESKTOP = '/^Mozilla\/5\.0 \((?!Android|iOS)[A-Za-z ]+\) Nextcloud\-Talk v.*$/';
|
||||
|
||||
/**
|
||||
* @since 9.1.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue