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:
Vector73
2025-06-24 06:55:25 +00:00
committed by Tim Abbott
parent 43dcc6e3fd
commit 703601a5d5
30 changed files with 551 additions and 22 deletions

View File

@@ -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