stream_setting: Add setting for who can move messages out of channel.

Adds `can_move_messages_out_of_channel_group` channel-level
permission for who can move messages out of the channel.

Fixes #34243.
This commit is contained in:
Vector73
2025-06-24 06:55:35 +00:00
committed by Tim Abbott
parent 703601a5d5
commit b612351e48
30 changed files with 460 additions and 20 deletions

View File

@@ -32,6 +32,16 @@ format used by the Zulip server that they are interacting with.
`can_move_messages_within_channel_group` parameter to support setting and
changing the user group whose members can move messages within the specified
channel.
* [`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_out_of_channel_group`
field which is a [group-setting value](/api/group-setting-values) describing the
set of users with permissions to move messages out of the channel.
* [`POST /users/me/subscriptions`](/api/subscribe),
[`PATCH /streams/{stream_id}`](/api/update-stream): Added
`can_move_messages_out_of_channel_group` parameter to support setting and
changing the user group whose members can move messages out of the specified
channel.
**Feature level 395**