summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorCyberes <64224601+Cyberes@users.noreply.github.com>2023-03-30 04:44:53 -0600
committerGitHub <noreply@github.com>2023-03-30 11:44:53 +0100
commit9d641d88b785dd4b4e6e7dca3356678a42a3ac23 (patch)
tree97a8dadfb27133981b2d092f17bf4755d14501a2 /changelog.d
parentFix registering a device on an account with lots of devices (#15348) (diff)
downloadsynapse-9d641d88b785dd4b4e6e7dca3356678a42a3ac23.tar.xz
Fix missing app variable in mail subject for password resets (#15352)
* Update mailer.py

Fix `KeyError: 'app'`

* Create 15352.bugfix

Signed-off-by: Cyberes <cyberes@evulid.cc>

---------

Signed-off-by: Cyberes <cyberes@evulid.cc>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15352.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15352.bugfix b/changelog.d/15352.bugfix
new file mode 100644
index 0000000000..36d6615cac
--- /dev/null
+++ b/changelog.d/15352.bugfix
@@ -0,0 +1 @@
+Fix missing app variable in mail subject for password resets. Contributed by Cyberes.