From cf3e98d74a04d94a7eec2d45bc5b832579abb42d Mon Sep 17 00:00:00 2001 From: acrefoot Date: Thu, 5 Sep 2013 19:19:41 -0400 Subject: [PATCH] use staging for wdaher.com for the email script (imported from commit fbad47386f5c48785f766886218370612db31c26) --- zerver/management/commands/email-mirror.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zerver/management/commands/email-mirror.py b/zerver/management/commands/email-mirror.py index 2e11be748c..a6c681831b 100755 --- a/zerver/management/commands/email-mirror.py +++ b/zerver/management/commands/email-mirror.py @@ -93,7 +93,7 @@ class ZulipEmailForwardError(Exception): pass 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 else: api_client = prod_client