mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +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(
|
def do_send_messages(
|
||||||
send_message_requests_maybe_none: Sequence[Optional[SendMessageRequest]],
|
send_message_requests_maybe_none: Sequence[Optional[SendMessageRequest]],
|
||||||
|
*,
|
||||||
email_gateway: bool = False,
|
email_gateway: bool = False,
|
||||||
mark_as_read: Sequence[int] = [],
|
mark_as_read: Sequence[int] = [],
|
||||||
) -> List[int]:
|
) -> List[int]:
|
||||||
|
|||||||
Reference in New Issue
Block a user