0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-01 22:18:59 +02:00
synapse/changelog.d/13278.bugfix
Erik Johnston 7be954f59b
Fix a bug which could lead to incorrect state (#13278)
There are two fixes here:
1. A long-standing bug where we incorrectly calculated `delta_ids`; and
2. A bug introduced in #13267 where we got current state incorrect.
2022-07-15 11:06:41 +00:00

1 line
123 B
Text

Fix long-standing bug where in rare instances Synapse could store the incorrect state for a room after a state resolution.