mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
stream_setting: Add setting for who can move messages within channel.
Adds `can_move_messages_within_channel_group` channel-level permission for who can move messages within the channel.
This commit is contained in:
@@ -20,6 +20,19 @@ format used by the Zulip server that they are interacting with.
|
||||
|
||||
## Changes in Zulip 11.0
|
||||
|
||||
**Feature level 396**
|
||||
|
||||
* [`GET /users/me/subscriptions`](/api/get-subscriptions),
|
||||
[`GET /streams`](/api/get-streams), [`GET /events`](/api/get-events),
|
||||
[`POST /register`](/api/register-queue): Added `can_move_messages_within_channel_group`
|
||||
field which is a [group-setting value](/api/group-setting-values) describing the
|
||||
set of users with permissions to move messages within the channel.
|
||||
* [`POST /users/me/subscriptions`](/api/subscribe),
|
||||
[`PATCH /streams/{stream_id}`](/api/update-stream): Added
|
||||
`can_move_messages_within_channel_group` parameter to support setting and
|
||||
changing the user group whose members can move messages within the specified
|
||||
channel.
|
||||
|
||||
**Feature level 395**
|
||||
|
||||
* [Markdown message
|
||||
|
Reference in New Issue
Block a user