-
- Downloads
Fix limit logic for AccountDataStream (#7384)
Make sure that the AccountDataStream presents complete updates, in the right order. This is much the same fix as #7337 and #7358, but applied to a different stream.
Showing
- changelog.d/7384.bugfix 1 addition, 0 deletionschangelog.d/7384.bugfix
- synapse/replication/tcp/streams/_base.py 56 additions, 12 deletionssynapse/replication/tcp/streams/_base.py
- synapse/storage/data_stores/main/account_data.py 43 additions, 19 deletionssynapse/storage/data_stores/main/account_data.py
- tests/replication/tcp/streams/test_account_data.py 117 additions, 0 deletionstests/replication/tcp/streams/test_account_data.py
changelog.d/7384.bugfix
0 → 100644
Please register or sign in to comment