mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 14:03:30 +00:00 
			
		
		
		
	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:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							5e29e025c5
						
					
				
				
					commit
					438bcc1585
				
			@@ -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,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user