diff options
author | Erik Johnston <erikj@element.io> | 2024-04-09 15:01:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-09 14:01:12 +0000 |
commit | 89f1092284c4a171918179a87fdd488b003c86b9 (patch) | |
tree | a1cd6f6e697167e8a35701637f2ba5eeafd7b665 /changelog.d | |
parent | #17039 Issue: Update base_rules.rs (#17043) (diff) | |
download | synapse-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.bugfix | 1 |
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. |