-
- Downloads
Fix receipts or account data not being sent down sync (#9193)
Introduced in #9104 This wasn't picked up by the tests as this is all fine the first time you run Synapse (after upgrading), but then when you restart the wrong value is pulled from `stream_positions`.
Showing
- changelog.d/9193.bugfix 1 addition, 0 deletionschangelog.d/9193.bugfix
- synapse/storage/databases/main/account_data.py 1 addition, 1 deletionsynapse/storage/databases/main/account_data.py
- synapse/storage/databases/main/receipts.py 2 additions, 2 deletionssynapse/storage/databases/main/receipts.py
- synapse/storage/util/id_generators.py 5 additions, 1 deletionsynapse/storage/util/id_generators.py
- synapse/storage/util/sequence.py 53 additions, 3 deletionssynapse/storage/util/sequence.py
Loading
Please register or sign in to comment