summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-06-29 13:48:29 +0200
committerJoas Schilling <coding@schilljs.com>2022-06-29 13:48:29 +0200
commit810dc52da2b4920ca44478759da7ddead64c0d5c (patch)
treebd6cd6b8845539dcc37fe88dce2d62aa4ac5ee0a /docs
parent2c3d71673b3ebccc9cbf008a0b86015442b4257c (diff)
Document poll system messages
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/chat.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/chat.md b/docs/chat.md
index 6cb24eff4..10485987b 100644
--- a/docs/chat.md
+++ b/docs/chat.md
@@ -381,4 +381,7 @@ See [OCP\RichObjectStrings\Definitions](https://github.com/nextcloud/server/blob
* `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)
+* Creating a poll is an `object_shared` with a poll object
+* `poll_voted` - {actor} voted on the poll {poll}
+* `poll_closed` - {actor} closed the poll {poll}