mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
stream_settings: Add can_delete_own_message_group setting.
Adds per-channel `can_delete_own_message_group` setting for defining who can delete their own message in the channel.
This commit is contained in:
@@ -460,6 +460,7 @@ def send_subscription_add_events(
|
||||
can_add_subscribers_group=stream_dict["can_add_subscribers_group"],
|
||||
can_administer_channel_group=stream_dict["can_administer_channel_group"],
|
||||
can_delete_any_message_group=stream_dict["can_delete_any_message_group"],
|
||||
can_delete_own_message_group=stream_dict["can_delete_own_message_group"],
|
||||
can_move_messages_out_of_channel_group=stream_dict[
|
||||
"can_move_messages_out_of_channel_group"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user