mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
stream_settings: Add can_delete_any_message_group setting.
Adds per-channel can_delete_any_message_group setting for defining who can delete any message in the channel.
This commit is contained in:
10
api_docs/unmerged.d/ZF-f80828.md
Normal file
10
api_docs/unmerged.d/ZF-f80828.md
Normal file
@@ -0,0 +1,10 @@
|
||||
* [`GET /users/me/subscriptions`](/api/get-subscriptions),
|
||||
[`GET /streams`](/api/get-streams), [`GET /events`](/api/get-events),
|
||||
[`POST /register`](/api/register-queue): Added `can_delete_any_message_group`
|
||||
field which is a [group-setting value](/api/group-setting-values) describing the
|
||||
set of users with permissions to delete any message in the channel.
|
||||
* [`POST /users/me/subscriptions`](/api/subscribe),
|
||||
[`PATCH /streams/{stream_id}`](/api/update-stream): Added
|
||||
`can_delete_any_message_group` parameter to support setting and
|
||||
changing the user group whose members can delete any message in the specified
|
||||
channel.
|
Reference in New Issue
Block a user