mirror of
https://github.com/zulip/zulip.git
synced 2025-10-30 19:43:47 +00:00
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:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user