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-02-19 14:38:57 +0300
committerJoas Schilling <coding@schilljs.com>2021-02-19 14:38:57 +0300
commit3ff7eb93c2cd6784b994c97ffa7b254347c9db96 (patch)
treeef317edaf55fcde8564c126965b85621fab1bee9 /docs
parent5517411938e58d9fdc1d11f319d1d315e72a42e4 (diff)
Add changelog for 11.1.0
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/capabilities.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/capabilities.md b/docs/capabilities.md
index ffddfb30e..c5b76388a 100644
--- a/docs/capabilities.md
+++ b/docs/capabilities.md
@@ -65,7 +65,7 @@ title: Capabilities
* `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
+## 11.1
* `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.
* `rich-object-sharing` - Rich objects can be shared to chats. See [OCP\RichObjectStrings\Definitions](https://github.com/nextcloud/server/blob/master/lib/public/RichObjectStrings/Definitions.php) for more details on supported rich objects and required data.
* `conversation-call-flags` - Whether the room api provides the `callFlag` to tell apart video and audio calls