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 /changelog.d | |
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.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10743.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10743.bugfix b/changelog.d/10743.bugfix new file mode 100644 index 0000000000..d597a19870 --- /dev/null +++ b/changelog.d/10743.bugfix @@ -0,0 +1 @@ +Fix edge case when persisting events into a room where there are multiple events we previously hadn't calculated auth chains for (and hadn't marked as needing to be calculated). |