diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-11-08 11:06:28 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-02-13 14:24:42 +0000 |
commit | d26852e9d8af26a14a75655c08925a609b7a7877 (patch) | |
tree | 643569426bf2d887a42c1511fe5e3d55508ba0e1 | |
parent | Fix encoding error for consent form on python3 (diff) | |
download | synapse-d26852e9d8af26a14a75655c08925a609b7a7877.tar.xz |
changelog
-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. |