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/docs
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-03-20 11:21:26 +0300
committerJoas Schilling <coding@schilljs.com>2020-04-07 10:31:54 +0300
commit4d35678ea6ea5ac6888fbfbe35c389f76b4ceafa (patch)
tree1cce9863d94eda510184e64b34ff81947b1a4351 /docs
parentde5c1b9b82631a5a3ab1ef5386ec3026c5b69c6e (diff)
Add a capability if the user can create conversations
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/capabilities.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/capabilities.md b/docs/capabilities.md
index 6af5ea268..0873407d3 100644
--- a/docs/capabilities.md
+++ b/docs/capabilities.md
@@ -47,4 +47,5 @@ title: Capabilities
## 9.0
* `config => attachments => allowed` - Whether the user can upload files into a chat
* `config => attachments => folder` - User defined folder where items should be uploaded to
+* `config => conversations => can-create` - Whether the user can create public and group conversations, if not only one-to-one conversations are allowed
* `force-mute` - "forceMute" signaling messages can be sent to mute other participants.