diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-09-11 09:49:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-11 09:49:48 -0400 |
commit | 9400dc05357b4272425c7be47ceeced26fa3f28c (patch) | |
tree | 5fc5003b4fe930b451197b45f65e588e0065de3c /changelog.d | |
parent | Filter out down hosts when retrying fetching device lists (#16298) (diff) | |
download | synapse-9400dc05357b4272425c7be47ceeced26fa3f28c.tar.xz |
Add the List-Unsubscribe header for notification emails. (#16274)
Adds both the List-Unsubscribe (RFC2369) and List-Unsubscribe-Post (RFC8058) headers to push notification emails, which together should: * Show an "Unsubscribe" link in the MUA UI when viewing Synapse notification emails. * Enable "one-click" unsubscribe (the user never leaves their MUA, which automatically makes a POST request to the specified endpoint).
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16274.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16274.feature b/changelog.d/16274.feature new file mode 100644 index 0000000000..0d9da2bbef --- /dev/null +++ b/changelog.d/16274.feature @@ -0,0 +1 @@ +Enable users to easily unsubscribe to notifications emails via the `List-Unsubscribe` header. |