summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-01-13 20:19:10 +0000
committerGitHub <noreply@github.com>2022-01-13 20:19:10 +0000
commitd70169bf9b4b4a2e8369ae7bd5af798cb8945fa3 (patch)
treeb93108c63453362284510ee41feb4ba7086507cb /changelog.d
parentInvite PR submitters to credit themselves (#11744) (diff)
downloadsynapse-d70169bf9b4b4a2e8369ae7bd5af798cb8945fa3.tar.xz
Fix missing app variable in mail subject (#11745)
documentation claims that you can use the %(app)s variable in password_reset and email_validation subjects, but if you do you end up with an error 500

Co-authored-by: br4nnigan <10244835+br4nnigan@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11710.bugfix1
-rw-r--r--changelog.d/11745.bugfix1
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/11710.bugfix b/changelog.d/11710.bugfix
new file mode 100644
index 0000000000..6521a37f6e
--- /dev/null
+++ b/changelog.d/11710.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in Synapse v1.18.0 where password reset and address validation emails would not be sent if their subject was configured to use the 'app' template variable. Contributed by @br4nnigan.
diff --git a/changelog.d/11745.bugfix b/changelog.d/11745.bugfix
new file mode 100644
index 0000000000..6521a37f6e
--- /dev/null
+++ b/changelog.d/11745.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in Synapse v1.18.0 where password reset and address validation emails would not be sent if their subject was configured to use the 'app' template variable. Contributed by @br4nnigan.