mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
users: Send stream creation/deletion events on role change.
We now send stream creation and stream deletion events on changing a user's role because a user can gain or lose access to some streams on changing their role.
This commit is contained in:
@@ -24,6 +24,9 @@ format used by the Zulip server that they are interacting with.
|
||||
|
||||
* [`POST /register`](/api/register-queue): `streams` field in the response
|
||||
now included web-public streams as well.
|
||||
* [`GET /events`](/api/get-events): Events for stream creation and deletion
|
||||
are now sent to the user if they gain or lose access to some streams due
|
||||
to change in their role.
|
||||
|
||||
**Feature level 204**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user