streams: Fix events send when archiving and unarchiving streams.

This commit is contained in:
Sahil Batra
2025-03-31 12:31:30 +05:30
committed by Tim Abbott
parent ae579aa25a
commit 7c470f0161
9 changed files with 317 additions and 112 deletions

View File

@@ -0,0 +1,5 @@
* [`GET /events`](/api/get-events): Archiving and unarchiving
streams now send `update` events to clients that declared
the `archived_channels` client capability. `delete` and `create`
events are still sent to clients that did not declare
`archived_channels` client capability.