use staging for wdaher.com for the email script

(imported from commit fbad47386f5c48785f766886218370612db31c26)
This commit is contained in:
acrefoot 2013-09-05 19:19:41 -04:00
parent 592e1ead6b
commit cf3e98d74a
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ class ZulipEmailForwardError(Exception):
pass pass
def send_zulip(stream, topic, content): def send_zulip(stream, topic, content):
if stream.realm.domain == "zulip.com": if stream.realm.domain in ["zulip.com", "wdaher.com"]:
api_client = staging_client api_client = staging_client
else: else:
api_client = prod_client api_client = prod_client