settings: Remove edit_topic_policy setting.

Removed `edit_topic_policy` property, as the permission
to move messages between topcis is now controlled by
`can_move_messages_between_topics_group` setting.
This commit is contained in:
Vector73
2024-10-27 22:04:34 +05:30
committed by Tim Abbott
parent ed5638ec3c
commit 1ba1408b01
13 changed files with 35 additions and 85 deletions

View File

@@ -28,6 +28,10 @@ format used by the Zulip server that they are interacting with.
[group-setting value](/api/group-setting-values) describing the set of users
with permission to move messages from one topic to another within a channel
in the organization.
* `PATCH /realm`, [`GET /events`](/api/get-events): Removed
`edit_topic_policy` property, as the permission to move messages between
topics in the organization is now controlled by
`can_move_messages_between_topics_group` setting.
**Feature level 315**