diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-12-04 11:55:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-04 11:55:52 +0100 |
commit | ecc23188f4b88bef1f08a8fac2779720308863d6 (patch) | |
tree | b41761dfa8f6acab760c3a9deb78dd0afa34d22f /changelog.d | |
parent | Merge pull request #4244 from aaronraimist/drop-sent-txt (diff) | |
download | synapse-ecc23188f4b88bef1f08a8fac2779720308863d6.tar.xz |
Fix UnicodeDecodeError when postgres is not configured in english (#4253)
This is a bit of a half-assed effort at fixing https://github.com/matrix-org/synapse/issues/4252. Fundamentally the right answer is to drop support for Python 2.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4253.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4253.bugfix b/changelog.d/4253.bugfix new file mode 100644 index 0000000000..1796e95b86 --- /dev/null +++ b/changelog.d/4253.bugfix @@ -0,0 +1 @@ +Fix UnicodeDecodeError when postgres is configured to give non-English errors |