mirror of https://github.com/zulip/zulip.git
Add bot1@customer36.invalid to the list of API super users
(imported from commit 07767022db0f894d398d0031053f93439258ea0d)
This commit is contained in:
parent
2a3a98228e
commit
f999440cc6
|
@ -192,7 +192,8 @@ ZULIP_ADMINISTRATOR = 'support@zulip.com'
|
|||
# Also note -- the email gateway bot is automatically added.
|
||||
API_SUPER_USERS = set(["tabbott/extra@mit.edu",
|
||||
"irc-bot@zulip.com",
|
||||
"bot1@customer35.invalid"])
|
||||
"bot1@customer35.invalid",
|
||||
"bot1@customer36.invalid"])
|
||||
|
||||
ADMINS = (
|
||||
('Zulip Error Reports', 'errors@zulip.com'),
|
||||
|
|
Loading…
Reference in New Issue