mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
Previously, invitation reminder emails were only being cleared after a successful signup if newsletter_data was available, since that was the circumstance in which we were calling the relevant queue processor code. Now, we (1) clear them when a human user finishes signing up and (2) correctly clear them using the 'address' field of ScheduleEmail, not user_id.