summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-09-23 16:42:14 +0100
committerGitHub <noreply@github.com>2020-09-23 16:42:14 +0100
commit302dc89f6a16f69e076943cb0a9b94f1e41741f9 (patch)
treeb1c780f0951acf129c261158be75c5e846c11da6 /changelog.d
parentUse `async with` for ID gens (#8383) (diff)
downloadsynapse-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.bugfix1
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.