summary refs log tree commit diff
path: root/synapse/push
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2024-03-26 11:49:43 +0000
committerErik Johnston <erik@matrix.org>2024-03-26 11:49:43 +0000
commit00bc269a8a9630149a540ee19b395ab5b295c794 (patch)
tree5287a73eb7720359c4d6c4df64eb8ed9b07d7bcc /synapse/push
parentMerge remote-tracking branch 'origin/develop' into matrix-org-hotfixes (diff)
parentEnsure that pending to-device events are sent over federation at startup (#16... (diff)
downloadsynapse-00bc269a8a9630149a540ee19b395ab5b295c794.tar.xz
Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes
Diffstat (limited to 'synapse/push')
-rw-r--r--synapse/push/mailer.py14
1 files changed, 8 insertions, 6 deletions
diff --git a/synapse/push/mailer.py b/synapse/push/mailer.py

index b4bd88f308..f1ffc8115f 100644 --- a/synapse/push/mailer.py +++ b/synapse/push/mailer.py
@@ -377,12 +377,14 @@ class Mailer: # # Note that many email clients will not render the unsubscribe link # unless DKIM, etc. is properly setup. - additional_headers={ - "List-Unsubscribe-Post": "List-Unsubscribe=One-Click", - "List-Unsubscribe": f"<{unsubscribe_link}>", - } - if unsubscribe_link - else None, + additional_headers=( + { + "List-Unsubscribe-Post": "List-Unsubscribe=One-Click", + "List-Unsubscribe": f"<{unsubscribe_link}>", + } + if unsubscribe_link + else None + ), ) async def _get_room_vars(