-
- Downloads
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.
Showing
- changelog.d/13278.bugfix 1 addition, 0 deletionschangelog.d/13278.bugfix
- synapse/state/__init__.py 14 additions, 5 deletionssynapse/state/__init__.py
- synapse/storage/controllers/persist_events.py 2 additions, 1 deletionsynapse/storage/controllers/persist_events.py
- tests/test_state.py 41 additions, 1 deletiontests/test_state.py
Loading
Please register or sign in to comment