summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@element.io>2024-04-08 14:55:19 +0100
committerGitHub <noreply@github.com>2024-04-08 14:55:19 +0100
commit4d10a8fb1807b3ab742e17a562bcae377057be50 (patch)
tree683e54a7d41e72421691fef7912cec9fcbd1b40c /changelog.d
parentAdd back fast path for non-gappy syncs (#17064) (diff)
downloadsynapse-4d10a8fb1807b3ab742e17a562bcae377057be50.tar.xz
Fixups to #17064 (#17065)
Forget a line, and an empty batch is trivially linear.

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