diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2024-04-04 17:15:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-04 16:15:35 +0000 |
commit | 0e68e9b7f4dd64d1b4b28feb4050e4b4fd85fb9d (patch) | |
tree | 1bc1fcce799911b1e6707f9ab8c3e79246937bcc /changelog.d/16942.bugfix | |
parent | `/sync`: fix bug in calculating `state` response (#16930) (diff) | |
download | synapse-0e68e9b7f4dd64d1b4b28feb4050e4b4fd85fb9d.tar.xz |
Fix bug in calculating state for non-gappy syncs (#16942)
Unfortunately, the optimisation we applied here for non-gappy syncs is not actually valid. Fixes https://github.com/element-hq/synapse/issues/16941. ~~Based on https://github.com/element-hq/synapse/pull/16930.~~ Requires https://github.com/matrix-org/sytest/pull/1374.
Diffstat (limited to 'changelog.d/16942.bugfix')
-rw-r--r-- | changelog.d/16942.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16942.bugfix b/changelog.d/16942.bugfix new file mode 100644 index 0000000000..99ed435d75 --- /dev/null +++ b/changelog.d/16942.bugfix @@ -0,0 +1 @@ +Fix various long-standing bugs which could cause incorrect state to be returned from `/sync` in certain situations. |