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
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-03-01 13:08:25 +0300
committerJoas Schilling <coding@schilljs.com>2019-03-14 17:41:35 +0300
commitd5deb664cf13162c6990a31965854ff6816464f1 (patch)
treea2bfec72037bfd93171aa709668686ed2b99c6a5 /lib/Capabilities.php
parentb84e4737ad7ea78b6a6b97631ab1d4e6470da63f (diff)
Add "locked-one-to-one" capability
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Capabilities.php')
-rw-r--r--lib/Capabilities.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Capabilities.php b/lib/Capabilities.php
index b41f55d36..60b6a9f41 100644
--- a/lib/Capabilities.php
+++ b/lib/Capabilities.php
@@ -65,6 +65,7 @@ class Capabilities implements IPublicCapability {
'in-call-flags',
'notification-levels',
'invite-groups-and-mails',
+ 'locked-one-to-one-rooms',
],
],
];