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-19 18:00:21 +0300
committerJoas Schilling <coding@schilljs.com>2019-03-25 17:17:19 +0300
commitf1667ac2f77cc56d8e5e69eac0e4f28fd2c5187e (patch)
tree6e5438b0830994a874484285e296d047d3122f9d /lib/Capabilities.php
parent23f4c2916607c2eb2fdd5ae38566b4b279c9e2ca (diff)
Introduce a Read-Only state for conversations
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 60b6a9f41..f26437945 100644
--- a/lib/Capabilities.php
+++ b/lib/Capabilities.php
@@ -66,6 +66,7 @@ class Capabilities implements IPublicCapability {
'notification-levels',
'invite-groups-and-mails',
'locked-one-to-one-rooms',
+ 'read-only-rooms',
],
],
];