mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
settings: Remove move_messages_between_streams_policy setting.
Removed `move_messages_between_streams_policy` property, as the permission to move messages between channels is now controlled by `can_move_messages_between_channels_group` setting.
This commit is contained in:
@@ -830,7 +830,6 @@ class UserProfile(AbstractBaseUser, PermissionsMixin, UserBaseSettings):
|
||||
"edit_topic_policy",
|
||||
"invite_to_stream_policy",
|
||||
"invite_to_realm_policy",
|
||||
"move_messages_between_streams_policy",
|
||||
]:
|
||||
raise AssertionError("Invalid policy")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user