mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
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:
@@ -3743,7 +3743,6 @@ class RealmPropertyActionTest(BaseAction):
|
||||
default_code_block_language=["python", "javascript"],
|
||||
message_content_delete_limit_seconds=[1000, 1100, 1200],
|
||||
invite_to_realm_policy=Realm.INVITE_TO_REALM_POLICY_TYPES,
|
||||
edit_topic_policy=Realm.EDIT_TOPIC_POLICY_TYPES,
|
||||
message_content_edit_limit_seconds=[1000, 1100, 1200, None],
|
||||
move_messages_within_stream_limit_seconds=[1000, 1100, 1200],
|
||||
move_messages_between_streams_limit_seconds=[1000, 1100, 1200],
|
||||
@@ -3804,7 +3803,6 @@ class RealmPropertyActionTest(BaseAction):
|
||||
|
||||
if name in [
|
||||
"allow_message_editing",
|
||||
"edit_topic_policy",
|
||||
"message_content_edit_limit_seconds",
|
||||
]:
|
||||
check_realm_update_dict("events[0]", events[0])
|
||||
|
||||
Reference in New Issue
Block a user