mirror of
https://github.com/zulip/zulip.git
synced 2025-10-30 11:33:51 +00:00
message_edit: Pass acting_user to update_messages_for_topic_edit.
We'll need for checking access if non-administrators can move topics.
This commit is contained in:
@@ -5877,6 +5877,7 @@ def do_update_message(
|
||||
}
|
||||
|
||||
messages_list = update_messages_for_topic_edit(
|
||||
acting_user=user_profile,
|
||||
edited_message=target_message,
|
||||
propagate_mode=propagate_mode,
|
||||
orig_topic_name=orig_topic_name,
|
||||
|
||||
Reference in New Issue
Block a user