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-05-06 18:20:20 +0300
committerJoas Schilling <coding@schilljs.com>2021-05-06 18:20:20 +0300
commitb7dbff89ec1042bb4496a5ca936422060870d124 (patch)
tree225bdd9838676fbb8c449bb03119c2582203dbfe /docs
parenteab19dee6a3b67a60337b26185d8771d41d0cef2 (diff)
Update list of system messages
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/chat.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/chat.md b/docs/chat.md
index 5a7ad2be8..b7aee6a52 100644
--- a/docs/chat.md
+++ b/docs/chat.md
@@ -219,6 +219,8 @@ See [OCP\RichObjectStrings\Definitions](https://github.com/nextcloud/server/blob
* `conversation_created` - {actor} created the conversation
* `conversation_renamed` - {actor} renamed the conversation from "foo" to "bar"
+* `description_set` - {actor} set the description to "Hello world"
+* `description_removed` - {actor} removed the description
* `call_started` - {actor} started a call
* `call_joined` - {actor} joined the call
* `call_left` - {actor} left the call
@@ -242,3 +244,10 @@ See [OCP\RichObjectStrings\Definitions](https://github.com/nextcloud/server/blob
* `guest_moderator_promoted` - {actor} promoted {user} to moderator
* `guest_moderator_demoted` - {actor} demoted {user} from moderator
* `message_deleted` - Message deleted by {actor} (Should not be shown to the user)
+* `file_shared` - {file}
+* `object_shared` - {object}
+* `matterbridge_config_added` - {actor} set up Matterbridge to synchronize this conversation with other chats
+* `matterbridge_config_edited` - {actor} updated the Matterbridge configuration
+* `matterbridge_config_removed` - {actor} removed the Matterbridge configuration
+* `matterbridge_config_enabled` - {actor} started Matterbridge
+* `matterbridge_config_disabled` - {actor} stopped Matterbridge