mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
stream: Allow realm & channel admins to change private channel setting.
Previously, realm and channel admins were not able to change settings for a private channel they were not subscribed to. This commit changes that. We have only added the exception for can_add_subscribers_group and not privacy settings. We also need proper functions with proper terminologies for content and metadata access.
This commit is contained in:
committed by
Tim Abbott
parent
4d02a082a0
commit
ca1aba9fc3
@@ -29,6 +29,12 @@ format used by the Zulip server that they are interacting with.
|
||||
administrators can now unsubscribe other users even if they are not
|
||||
an organization administrator or part of
|
||||
`can_remove_subscribers_group`.
|
||||
* [`PATCH /streams/{stream_id}`](/api/update-stream),
|
||||
[`DELETE /streams/{stream_id}`](/api/archive-stream): Channel and
|
||||
organization administrators can modify all the settings requiring
|
||||
only metadata access without having content access to it. They
|
||||
cannot add subscribers to the channel or change it's privacy setting
|
||||
without having content access to it.
|
||||
|
||||
**Feature level 348**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user