mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	bots: Eliminate NEW_USER_BOT.
This bot was basically a duplicate of NOTIFICATION_BOT for some specific corner cases, and didn't add much value. It's better to just eliminate it, which also removes some ugly corner cases around what happens if the user account doesn't exist.
This commit is contained in:
		@@ -46,7 +46,6 @@ EXTERNAL_URI_SCHEME = "http://"
 | 
			
		||||
EMAIL_GATEWAY_PATTERN = "%s@" + EXTERNAL_HOST
 | 
			
		||||
NOTIFICATION_BOT = "notification-bot@zulip.com"
 | 
			
		||||
ERROR_BOT = "error-bot@zulip.com"
 | 
			
		||||
NEW_USER_BOT = "new-user-bot@zulip.com"
 | 
			
		||||
EMAIL_GATEWAY_BOT = "emailgateway@zulip.com"
 | 
			
		||||
PHYSICAL_ADDRESS = "Zulip Headquarters, 123 Octo Stream, South Pacific Ocean"
 | 
			
		||||
EXTRA_INSTALLED_APPS = ["zilencer", "analytics"]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user