0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-01 10:18:54 +02:00
synapse/changelog.d
Richard van der Hoff 05957ac70f
Fix bug in /sync response for archived rooms (#16932)
This PR fixes a very, very niche edge-case, but I've got some more work
coming which will otherwise make the problem worse.

The bug happens when the syncing user leaves a room, and has a sync
filter which includes "left" rooms, but sets the timeline limit to 0. In
that case, the state returned in the `state` section is calculated
incorrectly.

The fix is to pass a token corresponding to the point that the user
leaves the room through to `compute_state_delta`.
2024-04-04 12:47:59 +01:00
..
.gitignore
16932.bugfix Fix bug in /sync response for archived rooms (#16932) 2024-04-04 12:47:59 +01:00
17037.feature Fixups to new push stream (#17038) 2024-03-28 16:29:23 +00:00
17038.feature Fixups to new push stream (#17038) 2024-03-28 16:29:23 +00:00
17044.misc Refactor chain fetching (#17044) 2024-04-02 15:33:56 +01:00
17045.misc Add missing index to access_tokens table (#17045) 2024-04-04 11:05:40 +01:00