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:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2020-12-30 15:20:06 +0300
committerJoas Schilling <coding@schilljs.com>2021-01-04 17:09:36 +0300
commit0e6cd873f3e7580158cc5b81fdab90ae84c86031 (patch)
treebcbbd0cbec2198de4021d6ba0b97e54850a3fb94 /docs/capabilities.md
parente0dbe218df835514fcfb62c2b94403543d84933c (diff)
Add capability for room descriptions
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.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 200b86d87..faf3b18d9 100644
--- a/docs/capabilities.md
+++ b/docs/capabilities.md
@@ -61,5 +61,6 @@ title: Capabilities
* `listable-rooms` - Conversations can searched for even when not joined. A "listable" attribute set on rooms defines the scope of who can find it.
* `phonebook-search` - Is present when the server has the endpoint to search for phone numbers to find matches in the accounts list
* `raise-hand` - Participants can raise or lower hand, the state change is sent through signaling messages.
+* `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.