diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-12-03 11:47:48 +0100 |
---|---|---|
committer | Amber Brown <hawkowl@atleastfornow.net> | 2018-12-03 21:47:48 +1100 |
commit | c03324294d3ff70f44db653ec0d9a6aa588883b4 (patch) | |
tree | 3cc73a0d6265e35a936e65feec503ef60078700e /changelog.d | |
parent | Neilj/fix autojoin (#4223) (diff) | |
download | synapse-c03324294d3ff70f44db653ec0d9a6aa588883b4.tar.xz |
Workaround for non-ascii event ids (#4241)
It turns out that we accept events with non-ascii IDs, which would later cause an explosion during state res. Fixes #4226
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4241.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4241.bugfix b/changelog.d/4241.bugfix new file mode 100644 index 0000000000..1158a5aa16 --- /dev/null +++ b/changelog.d/4241.bugfix @@ -0,0 +1 @@ +Fix exception caused by non-ascii event IDs |