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:
Prakhar Pratyush 2024-02-06 09:04:16 +05:30 committed by Tim Abbott
parent f55ee266b7
commit c54fa91f1a
1 changed files with 0 additions and 1 deletions

View File

@ -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