diff options
author | Erik Johnston <erik@matrix.org> | 2020-07-14 10:00:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-14 10:00:53 +0100 |
commit | f886a699169e416dca7a8d23d3874dfada24629d (patch) | |
tree | eaa3d9eabe749f2ae50bcd7a9b3170421be220cd /changelog.d | |
parent | Support handling registration requests across multiple client readers. (#7830) (diff) | |
download | synapse-f886a699169e416dca7a8d23d3874dfada24629d.tar.xz |
Correctly pass app_name to all email templates. (#7829)
We didn't do this for e.g. registration emails.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7829.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7829.bugfix b/changelog.d/7829.bugfix new file mode 100644 index 0000000000..dcbf385de6 --- /dev/null +++ b/changelog.d/7829.bugfix @@ -0,0 +1 @@ +Fix bug where we did not always pass in `app_name` or `server_name` to email templates, including e.g. for registration emails. |