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-12-08 18:25:52 +0300
committerJoas Schilling <coding@schilljs.com>2020-12-10 13:47:05 +0300
commit50da7dac82b1171a5a8343b1d27642af3cebb675 (patch)
treeff639b692411f6f2325b02ff7a3779af31fecfe2 /docs
parent076f4261596f293f7c53dba86329ba0e354834a0 (diff)
Add a capability for the chat-read-status and the user setting
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/capabilities.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/capabilities.md b/docs/capabilities.md
index d49712b17..6bf6a30ec 100644
--- a/docs/capabilities.md
+++ b/docs/capabilities.md
@@ -57,3 +57,5 @@ title: Capabilities
## 11.0
* `config => previews => max-gif-size` - Maximum size in bytes below which a GIF can be embedded directly in the page at render time. Bigger files will be rendered statically using the preview endpoint instead. Can be set with `occ config:app:set spreed max-gif-size --value=X` where X is the new value in bytes. Defaults to 3 MB.
+* `chat-read-status` - On conversation API v3 and the chat API the last common read message is exposed which can be used to update the "read status" flag of own chat messages. The info should be shown only when the user also shares their read status. The user's value can be found in `config => chat => read-privacy`.
+* `config => chat => read-privacy` - See `chat-read-status`