diff options
author | Erik Johnston <erik@matrix.org> | 2021-09-03 10:59:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-03 10:59:25 +0100 |
commit | f58d202e3fc2c17bbe4ee24dd07f09888f73ef23 (patch) | |
tree | 6bd0c3b85e4e30295e921bb44051d9f3cdcb422d | |
parent | Fix documentation of directory name for remote thumbnails (#10556) (diff) | |
download | synapse-f58d202e3fc2c17bbe4ee24dd07f09888f73ef23.tar.xz |
Fix bug with reusing 'txn' when persisting event. (#10743)
This will only happen when a server has multiple out of band membership events in a single room.
-rw-r--r-- | changelog.d/10743.bugfix | 1 | ||||
-rw-r--r-- | synapse/storage/databases/main/events.py | 8 |
2 files changed, 8 insertions, 1 deletions
diff --git a/changelog.d/10743.bugfix b/changelog.d/10743.bugfix new file mode 100644 |