Add the notification-bot to the cross realm PM whitelist

(imported from commit 92a19f955a99650c79b83c6afb23726caf02e577)
This commit is contained in:
Jason Michalski 2015-02-08 20:58:51 -08:00
parent a0a537e0ce
commit 15713964a5
1 changed files with 1 additions and 1 deletions

View File

@ -836,5 +836,5 @@ USING_EMBEDLY = False
# This is a debugging option only
PROFILE_ALL_REQUESTS = False
OG_ZULIPER_EMAILS = set(('feedback@zulip.com',
OG_ZULIPER_EMAILS = set(('feedback@zulip.com', 'notification-bot@zulip.com',
))