From 396ef1d11adfd401ff807bcb77abb109669725a1 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Mon, 8 Jun 2020 14:03:38 -0700 Subject: [PATCH] Update zulipchat.com emails to zulip.com. Signed-off-by: Anders Kaseorg --- zulip/integrations/zephyr/zephyr_mirror_backend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zulip/integrations/zephyr/zephyr_mirror_backend.py b/zulip/integrations/zephyr/zephyr_mirror_backend.py index 9f7f17c..8b51971 100755 --- a/zulip/integrations/zephyr/zephyr_mirror_backend.py +++ b/zulip/integrations/zephyr/zephyr_mirror_backend.py @@ -598,7 +598,7 @@ def forward_to_zephyr(message: Dict[str, Any]) -> None: # 'Any' can be of any type of text support_heading = "Hi there! This is an automated message from Zulip." support_closing = """If you have any questions, please be in touch through the \ -Feedback button or at support@zulipchat.com.""" +Feedback button or at support@zulip.com.""" wrapper = textwrap.TextWrapper(break_long_words=False, break_on_hyphens=False) wrapped_content = "\n".join("\n".join(wrapper.wrap(line))