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:
authorJoas Schilling <coding@schilljs.com>2022-03-11 17:15:56 +0300
committerJoas Schilling <coding@schilljs.com>2022-03-11 17:15:56 +0300
commit8fccd5376a1ca1997aaf98fe9a7382e85fb62108 (patch)
treefc7f9e24ad8ee95222bc2cb0937a1eeed0a1ed54
parent44903d690a7a69d8589b1415b1ab599607d1e791 (diff)
Document system messages
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--docs/chat.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/chat.md b/docs/chat.md
index 07c3660b1..b90e32d24 100644
--- a/docs/chat.md
+++ b/docs/chat.md
@@ -325,4 +325,7 @@ See [OCP\RichObjectStrings\Definitions](https://github.com/nextcloud/server/blob
* `matterbridge_config_removed` - {actor} removed the Matterbridge configuration
* `matterbridge_config_enabled` - {actor} started Matterbridge
* `matterbridge_config_disabled` - {actor} stopped Matterbridge
+* `reaction` - {reaction}
+* `reaction_deleted` - Reaction deleted by author (replacement of `reaction` after the action has been performed)
+* `reaction_revoked` - {actor} deleted a reaction (the action that will replace `reaction` with a `reaction_deleted` message)