mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Fix annotations clashing with UserProfile's model fields.
This commit is contained in:
@@ -2347,7 +2347,7 @@ def do_update_message(user_profile, message_id, subject, propagate_mode, content
|
||||
|
||||
event = {'type': 'update_message',
|
||||
'sender': user_profile.email,
|
||||
'message_id': message_id}
|
||||
'message_id': message_id} # type: Dict[str, Any]
|
||||
edit_history_event = {}
|
||||
changed_messages = [message]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user