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 /synapse/storage | |
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 'synapse/storage')
-rw-r--r-- | synapse/storage/databases/main/events.py | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/synapse/storage/databases/main/events.py b/synapse/storage/databases/main/events.py |