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>2021-01-19 14:49:28 +0300
committerJoas Schilling <coding@schilljs.com>2021-02-02 15:52:25 +0300
commit5db677377a6f525ed9ad6db46b705f6e40df8d12 (patch)
treef7ac6d4710af248f493c5e8e229de680e14abf1c /docs
parent1391c5e0c009dad6608ebe09120132daa77faffc (diff)
Add a capability
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/capabilities.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/capabilities.md b/docs/capabilities.md
index faf3b18d9..2383394cb 100644
--- a/docs/capabilities.md
+++ b/docs/capabilities.md
@@ -64,3 +64,6 @@ title: Capabilities
* `room-description` - A description can be get and set for conversations.
* `config => chat => read-privacy` - See `chat-read-status`
* `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.
+
+## 12.0
+* `delete-messages` - Allows to delete chat messages up to 6 hours for your own messages or when being a moderator. On deleting the message text will be replaced and a follow up system message will make sure clients and users update it in their cache and storage.