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>2018-02-07 18:41:34 +0300
committerJoas Schilling <coding@schilljs.com>2018-02-08 12:07:41 +0300
commitf1be18edc0a445615d7c9fe05daeb5cb532c96b4 (patch)
tree8bd27356e1cd9f2b41658cc3188ca13b92d28e0d /lib/Capabilities.php
parent82008f93eb74c45947798edb3b0b1f40a6868fdb (diff)
Allow to create group rooms without inviting anyone
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 7952a4a3f..8e3ca3c7f 100644
--- a/lib/Capabilities.php
+++ b/lib/Capabilities.php
@@ -45,6 +45,7 @@ class Capabilities implements ICapability {
'video',
'chat',
'guest-signaling',
+ 'empty-group-room',
],
],
];