diff options
author | David Robertson <davidr@element.io> | 2022-01-13 20:19:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-13 20:19:10 +0000 |
commit | d70169bf9b4b4a2e8369ae7bd5af798cb8945fa3 (patch) | |
tree | b93108c63453362284510ee41feb4ba7086507cb | |
parent | Invite PR submitters to credit themselves (#11744) (diff) | |
download | synapse-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>
-rw-r--r-- | changelog.d/11710.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/11745.bugfix | 1 | ||||
-rw-r--r-- | synapse/push/mailer.py | 4 |
3 files changed, 4 insertions, 2 deletions
diff --git a/changelog.d/11710.bugfix b/changelog.d/11710.bugfix new file mode 100644 |