We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ac1b35 + 78e591d commit 6b54bfbCopy full SHA for 6b54bfb
1 file changed
lib/public/IRequest.php
@@ -80,7 +80,7 @@ interface IRequest {
80
/**
81
* @since 26.0.0
82
*/
83
- 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.*$/';
84
85
86
* @since 9.1.0
0 commit comments