mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
do_update_message_flags: Accept a Client object.
This is important for upcoming logging changes.
This commit is contained in:
@@ -3614,6 +3614,7 @@ def do_mark_stream_messages_as_read(user_profile: UserProfile,
|
||||
return count
|
||||
|
||||
def do_update_message_flags(user_profile: UserProfile,
|
||||
client: Client,
|
||||
operation: str,
|
||||
flag: str,
|
||||
messages: Optional[Sequence[int]]) -> int:
|
||||
|
||||
Reference in New Issue
Block a user