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:
Jason Michalski 2014-09-10 14:17:55 -04:00 committed by Waseem Daher
parent 718a6ea697
commit 2a5826242d
1 changed files with 2 additions and 1 deletions

View File

@ -196,7 +196,8 @@ ZULIP_ADMINISTRATOR = 'support@zulip.com'
API_SUPER_USERS = set(["tabbott/extra@mit.edu", API_SUPER_USERS = set(["tabbott/extra@mit.edu",
"irc-bot@zulip.com", "irc-bot@zulip.com",
"bot1@customer35.invalid", "bot1@customer35.invalid",
"bot1@customer36.invalid"]) "bot1@customer36.invalid",
"hipchat-bot@zulip.com",])
ADMINS = ( ADMINS = (
('Zulip Error Reports', 'errors@zulip.com'), ('Zulip Error Reports', 'errors@zulip.com'),