mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 17:07:07 +00:00
retry_event: Remove requirement of failed_tries being already there.
This fixes a bug where retries in the signups queue threw an exception.
This commit is contained in:
@@ -1226,7 +1226,6 @@ def do_send_messages(messages_maybe_none):
|
||||
"message": wide_message_dict,
|
||||
"trigger": event['trigger'],
|
||||
"user_profile_id": event["user_profile_id"],
|
||||
"failed_tries": 0,
|
||||
},
|
||||
lambda x: None,
|
||||
call_consume_in_tests=True
|
||||
|
||||
Reference in New Issue
Block a user