diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-09-09 11:49:42 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2019-09-09 11:49:42 +0100 |
commit | a8c7c26e7d76fac9a7749a0b13c47cd32802b298 (patch) | |
tree | 00c7990ed1c62a5d040ffd9b83fad5f73fb01773 | |
parent | Ensure the password reset template is correctly converted to binary (diff) | |
download | synapse-a8c7c26e7d76fac9a7749a0b13c47cd32802b298.tar.xz |
Changelog
-rw-r--r-- | changelog.d/3.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3.bugfix b/changelog.d/3.bugfix new file mode 100644 index 0000000000..cc4bcefa80 --- /dev/null +++ b/changelog.d/3.bugfix @@ -0,0 +1 @@ +Fix encoding on password reset HTML responses in Python 2. |