]> source.dussan.org Git - nextcloud-server.git/commitdiff
Extend list 37239/head
authorJoas Schilling <coding@schilljs.com>
Wed, 15 Mar 2023 16:08:15 +0000 (17:08 +0100)
committerJoas Schilling <coding@schilljs.com>
Wed, 15 Mar 2023 16:08:15 +0000 (17:08 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
lib/public/IRequest.php

index bb290233306d5e3ef7cb6d6e2c9aab39bbc40994..890208a3749e82c6a37e2ef3471e05d22ac7dc76 100644 (file)
@@ -77,6 +77,11 @@ interface IRequest {
         */
        public const USER_AGENT_CLIENT_DESKTOP = '/^Mozilla\/5\.0 \([A-Za-z ]+\) (mirall|csyncoC)\/.*$/';
 
+       /**
+        * @since 26.0.0
+        */
+       public const USER_AGENT_TALK_DESKTOP = '/^Mozilla\/5\.0 \([A-Za-z ]+\) Nextcloud\-Talk v.*$/';
+
        /**
         * @since 9.1.0
         */