email-templates: Remove followup_day from EMAIL_TYPES.

Now that we're using the new templates for the onboarding emails,
remove "followup_day1" and "followup_day2" from the EMAIL_TYPES
that are used for scheduled emails.
This commit is contained in:
Lauryn Menard
2023-07-18 12:15:07 +02:00
committed by Tim Abbott
parent 5e29e025c5
commit 438bcc1585

View File

@@ -4424,8 +4424,6 @@ class ScheduledMessage(models.Model):
EMAIL_TYPES = {
"account_registered": ScheduledEmail.WELCOME,
"onboarding_zulip_topics": ScheduledEmail.WELCOME,
"followup_day1": ScheduledEmail.WELCOME,
"followup_day2": ScheduledEmail.WELCOME,
"onboarding_zulip_guide": ScheduledEmail.WELCOME,
"digest": ScheduledEmail.DIGEST,
"invitation_reminder": ScheduledEmail.INVITATION_REMINDER,