mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 10:26:28 +00:00
use staging for wdaher.com for the email script
(imported from commit fbad47386f5c48785f766886218370612db31c26)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user