Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests/php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-10-07 20:34:55 +0300
committerJoas Schilling <coding@schilljs.com>2021-10-11 17:26:08 +0300
commit0c379ce84611f6a1c464c8d44ee96dd476621fcc (patch)
tree7d9a7d84d02353f2cc9c20ca55e0ec8a75339811 /tests/php
parentf772525127c6c60ac64d605258b977fb5604f942 (diff)
Add API to opt out of call notifications
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests/php')
-rw-r--r--tests/php/CapabilitiesTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/php/CapabilitiesTest.php b/tests/php/CapabilitiesTest.php
index a8bc06174..3a04496dd 100644
--- a/tests/php/CapabilitiesTest.php
+++ b/tests/php/CapabilitiesTest.php
@@ -93,6 +93,7 @@ class CapabilitiesTest extends TestCase {
'publishing-permissions',
'clear-history',
'direct-mention-flag',
+ 'notification-calls',
];
}