summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2024-03-14 17:34:19 +0000
committerGitHub <noreply@github.com>2024-03-14 17:34:19 +0000
commit52f456a8228eaf4d6cc75c0514788e8507975035 (patch)
treebf65113e0e40a76e355c5fb7be738af621bffdfb /changelog.d
parentSplit up `SyncHandler.compute_state_delta` (#16929) (diff)
downloadsynapse-52f456a8228eaf4d6cc75c0514788e8507975035.tar.xz
`/sync`: Fix edge-case in calculating the "device_lists" response (#16949)
Fixes https://github.com/element-hq/synapse/issues/16948. If the `join`
and the `leave` are in the same sync response, we need to count them as
a "left" user.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16949.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16949.bugfix b/changelog.d/16949.bugfix
new file mode 100644
index 0000000000..99ed435d75
--- /dev/null
+++ b/changelog.d/16949.bugfix
@@ -0,0 +1 @@
+Fix various long-standing bugs which could cause incorrect state to be returned from `/sync` in certain situations.