mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
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:
@@ -54,6 +54,8 @@ mock_esm("../src/hash_util", {
|
||||
mock_esm("../src/stream_data", {
|
||||
is_subscribed: () => true,
|
||||
is_stream_archived: () => false,
|
||||
get_sub_by_id: () => noop,
|
||||
user_can_move_messages_within_channel: () => true,
|
||||
});
|
||||
mock_esm("../src/group_permission_settings", {
|
||||
get_group_permission_setting_config() {
|
||||
|
||||
Reference in New Issue
Block a user