mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
Reduce list
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
9821913e75
commit
3ecd85f817
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