mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
do_send_messages: Use mandatory kwargs pattern.
This commit is contained in:
@@ -705,6 +705,7 @@ def get_active_presence_idle_user_ids(
|
||||
|
||||
def do_send_messages(
|
||||
send_message_requests_maybe_none: Sequence[Optional[SendMessageRequest]],
|
||||
*,
|
||||
email_gateway: bool = False,
|
||||
mark_as_read: Sequence[int] = [],
|
||||
) -> List[int]:
|
||||
|
||||
Reference in New Issue
Block a user