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
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-02-04 12:51:56 +0300
committerJoas Schilling <coding@schilljs.com>2022-02-07 12:52:50 +0300
commitcbc63d9a7cd62322039fe7583cfb5d2822ac5c89 (patch)
tree1c7e3ddd7e82a6a9ae3e47c27031312b65d13c1a /tests
parent9dc2e177a44011cff30db7e74c65da41f2aee8cf (diff)
Add a capability for conversation permissions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-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 3a04496dd..78211a776 100644
--- a/tests/php/CapabilitiesTest.php
+++ b/tests/php/CapabilitiesTest.php
@@ -94,6 +94,7 @@ class CapabilitiesTest extends TestCase {
'clear-history',
'direct-mention-flag',
'notification-calls',
+ 'conversation-permissions',
];
}