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

2 lines
123 B
Plaintext

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