mirror of https://github.com/zulip/zulip.git
Add the hipchat bot to the list of API_SUPER_USERS
This is a public mirroring bot that needs to be able to send forged messages to a stream. (imported from commit 3fa691b1f1d06bf68a8cbc2c31ed5e3e5efef177)
This commit is contained in:
parent
718a6ea697
commit
2a5826242d
|
@ -196,7 +196,8 @@ ZULIP_ADMINISTRATOR = 'support@zulip.com'
|
|||
API_SUPER_USERS = set(["tabbott/extra@mit.edu",
|
||||
"irc-bot@zulip.com",
|
||||
"bot1@customer35.invalid",
|
||||
"bot1@customer36.invalid"])
|
||||
"bot1@customer36.invalid",
|
||||
"hipchat-bot@zulip.com",])
|
||||
|
||||
ADMINS = (
|
||||
('Zulip Error Reports', 'errors@zulip.com'),
|
||||
|
|
Loading…
Reference in New Issue