diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-09-23 16:42:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-23 16:42:14 +0100 |
commit | 302dc89f6a16f69e076943cb0a9b94f1e41741f9 (patch) | |
tree | b1c780f0951acf129c261158be75c5e846c11da6 /changelog.d | |
parent | Use `async with` for ID gens (#8383) (diff) | |
download | synapse-302dc89f6a16f69e076943cb0a9b94f1e41741f9.tar.xz |
Fix bug which caused failure on join with malformed membership events (#8385)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8385.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8385.bugfix b/changelog.d/8385.bugfix new file mode 100644 index 0000000000..c42502a8e0 --- /dev/null +++ b/changelog.d/8385.bugfix @@ -0,0 +1 @@ +Fix a bug which could cause errors in rooms with malformed membership events, on servers using sqlite. |