aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2023-03-15 22:39:51 +0100
committerGitHub <noreply@github.com>2023-03-15 22:39:51 +0100
commit76e60c3da6aa014825d81b719f29d0881f980493 (patch)
tree93c9e26745e5d4c1c070bf8344873338077f39e8
parent8abad79bb83187aea0099df60de7c42ecbdf04f7 (diff)
parent3ecd85f817a0508618e122cf77efe1834a948ebe (diff)
downloadnextcloud-server-76e60c3da6aa014825d81b719f29d0881f980493.tar.gz
nextcloud-server-76e60c3da6aa014825d81b719f29d0881f980493.zip
Merge pull request #37242 from nextcloud/bugfix/noid/extend-list
Reduce list
-rw-r--r--lib/public/IRequest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/IRequest.php b/lib/public/IRequest.php
index 890208a3749..93f065500cb 100644
--- a/lib/public/IRequest.php
+++ b/lib/public/IRequest.php
@@ -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