summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@element.io>2024-04-09 15:01:12 +0100
committerGitHub <noreply@github.com>2024-04-09 14:01:12 +0000
commit89f1092284c4a171918179a87fdd488b003c86b9 (patch)
treea1cd6f6e697167e8a35701637f2ba5eeafd7b665 /changelog.d
parent#17039 Issue: Update base_rules.rs (#17043) (diff)
downloadsynapse-89f1092284c4a171918179a87fdd488b003c86b9.tar.xz
Also check if first event matches the last in prev batch (#17066)
Refinement of #17064 

cc @richvdh
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/17066.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17066.bugfix b/changelog.d/17066.bugfix
new file mode 100644
index 0000000000..99ed435d75
--- /dev/null
+++ b/changelog.d/17066.bugfix
@@ -0,0 +1 @@
+Fix various long-standing bugs which could cause incorrect state to be returned from `/sync` in certain situations.