mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
error-bot: Remove ERROR_BOT support.
This isn't sufficiently useful to keep the added complexity. Users should use the email error reporting, or set up Sentry error reporting.
This commit is contained in:
committed by
Tim Abbott
parent
db07b8668f
commit
d888bb3df2
@@ -543,7 +543,6 @@ class Command(BaseCommand):
|
||||
# These bots are directly referenced from code and thus
|
||||
# are needed for the test suite.
|
||||
zulip_realm_bots = [
|
||||
("Zulip Error Bot", "error-bot@zulip.com"),
|
||||
("Zulip Default Bot", "default-bot@zulip.com"),
|
||||
]
|
||||
for i in range(options["extra_bots"]):
|
||||
|
||||
Reference in New Issue
Block a user