emails: Remove unsubscribe link from missed message emails.

This allows the footer to be two lines long instead of three.
This commit is contained in:
Rishi Gupta
2019-07-19 17:16:17 -07:00
committed by Tim Abbott
parent 0fa90162f9
commit 1a6f8cdf17
4 changed files with 24 additions and 27 deletions

View File

@@ -315,6 +315,8 @@ def do_send_missedmessage_events_reply_in_zulip(user_profile: UserProfile,
(recipients,)
)
# This link is no longer a part of the email, but keeping the code in case
# we find a clean way to add it back in the future
unsubscribe_link = one_click_unsubscribe_link(user_profile, "missed_messages")
context = common_context(user_profile)
context.update({