mirror of https://github.com/zulip/zulip.git
do_send_messages: Remove the stale 'email_gateway' parameter.
This commit removes the stale 'email_gateway' parameter
from 'do_send_messages' function.
This should have been removed in 6c473ed75f
,
when the call to 'build_message_send_dict' was removed
from 'do_send_messages'.
This commit is contained in:
parent
f55ee266b7
commit
c54fa91f1a
|
@ -850,7 +850,6 @@ 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[SentMessageResult]:
|
||||
"""See
|
||||
|
|
Loading…
Reference in New Issue