mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +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:
@@ -226,9 +226,6 @@ DEFAULT_SETTINGS.update({
|
||||
# ERROR_BOT sends Django exceptions to an "errors" stream in the
|
||||
# system realm.
|
||||
'ERROR_BOT': None,
|
||||
# NEW_USER_BOT sends notifications about new user signups to a
|
||||
# "signups" stream in the system realm.
|
||||
'NEW_USER_BOT': None,
|
||||
# These are extra bot users for our end-to-end Nagios message
|
||||
# sending tests.
|
||||
'NAGIOS_STAGING_SEND_BOT': None,
|
||||
|
||||
Reference in New Issue
Block a user