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>2020-04-06 14:35:54 +0300
committerJoas Schilling <coding@schilljs.com>2020-04-14 18:06:04 +0300
commit7a8da79e89cac24a6802a701c0064366f9536fd8 (patch)
tree9dc60eedcba6f30161047aea7ee31b0ae0921e76 /docs/capabilities.md
parent464e9ff824a9664b7060165461674327d41b0c58 (diff)
Add a capability
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs/capabilities.md')
-rw-r--r--docs/capabilities.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/capabilities.md b/docs/capabilities.md
index 0873407d3..8764232b3 100644
--- a/docs/capabilities.md
+++ b/docs/capabilities.md
@@ -49,3 +49,4 @@ title: Capabilities
* `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.
+* `conversation-v2` - The conversations API v2 is less load heavy and should be used by clients when available. Check the difference in the [Conversation API documentation](conversation.md).