diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-11-08 12:48:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-08 12:48:51 +0000 |
commit | c70809a275422353c5c7868bdc291f6a72dfaaf9 (patch) | |
tree | 9ef7be1ab2f398f328ec1b3fb6ebd42d3cc9e1c4 /changelog.d | |
parent | Port hash_password to Python 3 (#4161) (diff) | |
parent | fix parse_string docstring (diff) | |
download | synapse-c70809a275422353c5c7868bdc291f6a72dfaaf9.tar.xz |
Merge pull request #4163 from matrix-org/rav/fix_consent_on_py3
Fix encoding error for consent form on python3
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4163.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4163.bugfix b/changelog.d/4163.bugfix new file mode 100644 index 0000000000..c7e0ee229d --- /dev/null +++ b/changelog.d/4163.bugfix @@ -0,0 +1 @@ +Generating the user consent URI no longer fails on Python 3. |