Browse Source

Reduce list

Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling 1 year ago
parent
commit
78e591d0d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/public/IRequest.php

+ 1 - 1
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