From ac0d551ada8429a95d0bb5ff28f79d69af06cc91 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Wed, 22 Sep 2021 23:00:45 +0200 Subject: [PATCH] Add documentation for `conversation` and `announcement` in streaming API --- content/en/methods/timelines/streaming.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/en/methods/timelines/streaming.md b/content/en/methods/timelines/streaming.md index f0c4389f..31c56aaf 100644 --- a/content/en/methods/timelines/streaming.md +++ b/content/en/methods/timelines/streaming.md @@ -80,6 +80,10 @@ Possible `stream` values: | `notification` | A new notification has appeared | [Notification]({{< relref "../../entities/notification.md" >}}) | | `delete` | A status has been deleted | ID of the deleted status | | `filters_changed` | Keyword filters have been changed | | +| `conversation` | A conversation has been updated | | +| `announcement` | A new server-wide announcement has been published | | +| `announcement.reaction` | A published announcement has received a new reaction | | +| `announcement.delete` | A published announcement has been removed | | The payload is JSON-encoded.