summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-07-15 12:06:41 +0100
committerGitHub <noreply@github.com>2022-07-15 11:06:41 +0000
commit7be954f59b4a8c98752e72c628c853d448b746ad (patch)
tree5e662c66a4b0f9f36b985402ae7f48f71d2f9a7a /changelog.d
parentDocker: copy postgres from base image (#13279) (diff)
downloadsynapse-7be954f59b4a8c98752e72c628c853d448b746ad.tar.xz
Fix a bug which could lead to incorrect state (#13278)
There are two fixes here:
1. A long-standing bug where we incorrectly calculated `delta_ids`; and
2. A bug introduced in #13267 where we got current state incorrect.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13278.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13278.bugfix b/changelog.d/13278.bugfix
new file mode 100644
index 0000000000..49e9377c79
--- /dev/null
+++ b/changelog.d/13278.bugfix
@@ -0,0 +1 @@
+Fix long-standing bug where in rare instances Synapse could store the incorrect state for a room after a state resolution.