Add documentation for `conversation` and `announcement` in streaming API

This commit is contained in:
Eugen Rochko 2021-09-22 23:00:45 +02:00 committed by GitHub
parent 25e1a139c2
commit ac0d551ada
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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.