-
- Downloads
Fix bug in calculating state for non-gappy syncs (#16942)
Unfortunately, the optimisation we applied here for non-gappy syncs is not actually valid. Fixes https://github.com/element-hq/synapse/issues/16941. ~~Based on https://github.com/element-hq/synapse/pull/16930.~~ Requires https://github.com/matrix-org/sytest/pull/1374.
Showing
- changelog.d/16930.bugfix 1 addition, 1 deletionchangelog.d/16930.bugfix
- changelog.d/16932.bugfix 1 addition, 1 deletionchangelog.d/16932.bugfix
- changelog.d/16942.bugfix 1 addition, 0 deletionschangelog.d/16942.bugfix
- synapse/handlers/sync.py 37 additions, 54 deletionssynapse/handlers/sync.py
- tests/handlers/test_sync.py 105 additions, 0 deletionstests/handlers/test_sync.py
Loading
Please register or sign in to comment