Add documentation for `notifications_merged` streaming event (#1513)

This commit is contained in:
Claire 2024-08-23 15:12:45 +02:00 committed by GitHub
parent a98ee3515a
commit 12c37c8f15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -52,6 +52,9 @@ aliases: [
`encrypted_message`
: An encrypted message has been received. Implemented in v3.2.0 but currently unused
`notifications_merged`
: Accepted notification requests have finished merging, and the notifications list should be refreshed. Payload can be ignored. Available since v4.3.0
## Streaming timelines/categories {#streams}
`public`
@ -713,4 +716,4 @@ Streaming timelines are maintained in Redis, and are published to Redis via `red
{{< caption-link url="https://github.com/mastodon/mastodon/blob/main/app/javascript/mastodon/stream.js" caption="app/javascript/mastodon/stream.js" >}}
{{< caption-link url="https://github.com/mastodon/mastodon/blob/main/app/javascript/mastodon/actions/streaming.js" caption="app/javascript/mastodon/actions/streaming.js" >}}
{{< caption-link url="https://github.com/mastodon/mastodon/blob/main/app/javascript/mastodon/actions/streaming.js" caption="app/javascript/mastodon/actions/streaming.js" >}}