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-07-24 16:34:52 +0300
committerJoas Schilling <coding@schilljs.com>2019-07-24 16:37:08 +0300
commit30c5d021442469921e7083dd11104797197755a3 (patch)
treeb678710060e5bad88de02a188a681ca3d81b7e73 /docs/capabilities.md
parente935f1978fef52fe7735edf62ba80c63a47b4fc6 (diff)
Add a capability
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs/capabilities.md')
-rw-r--r--docs/capabilities.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/capabilities.md b/docs/capabilities.md
index 494c06272..fef80fb06 100644
--- a/docs/capabilities.md
+++ b/docs/capabilities.md
@@ -32,3 +32,7 @@ title: Capabilities
## 6.0
* `locked-one-to-one-rooms` - One-to-one conversations are now locked to the users. Neither guests nor other participants can be added, so the options to do that should be hidden as well. Also a user can only leave a one-to-one conversation (not delete). It will be deleted when the other participant left too. If the other participant posts a new chat message or starts a call, the left-participant will be re-added.
* `read-only-rooms` - Conversations can be in `read-only` mode which means people can not do calls or write chat messages.
+
+
+## 7.0
+* `chat-read-marker` - The chat can be optionally marked read by clients manually, independent from the loading of the chat messages.