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:
Tim Abbott
2021-05-12 13:54:43 -07:00
committed by Tim Abbott
parent 91d32b1512
commit f78e604868
2 changed files with 2 additions and 0 deletions

View File

@@ -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,