-
- Downloads
Fix bug where device lists would break sync (#17292)
If the stream ID in the unconverted table is ahead of the device lists ID gen, then it can break all /sync requests that had an ID from ahead of the table. The fix is to make sure we add the unconverted table to the list of tables we check at start up. Broke in https://github.com/element-hq/synapse/pull/17229
Showing
- changelog.d/17292.bugfix 1 addition, 0 deletionschangelog.d/17292.bugfix
- synapse/storage/databases/main/devices.py 19 additions, 9 deletionssynapse/storage/databases/main/devices.py
- synapse/storage/schema/main/delta/85/05_add_instance_names_converted_pos.sql 16 additions, 0 deletions...ema/main/delta/85/05_add_instance_names_converted_pos.sql
Loading
Please register or sign in to comment