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-03-21 17:07:53 +0300
committerJoas Schilling <coding@schilljs.com>2022-03-21 17:19:59 +0300
commita07c0611f75a61decddeed94bf314dec2823da76 (patch)
treec24fa13db9421db63aef22733cee13dffc10043e /tests
parent2397bd4fae0292e308207d4956aaf24fd94dcb38 (diff)
Add docs and capabilities
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 a247a18bc..890aff4ab 100644
--- a/tests/php/CapabilitiesTest.php
+++ b/tests/php/CapabilitiesTest.php
@@ -103,6 +103,7 @@ class CapabilitiesTest extends TestCase {
'direct-mention-flag',
'notification-calls',
'conversation-permissions',
+ 'rich-object-list-media',
'reactions',
];
}