forked-synapse/synapse/storage
Erik Johnston 8cdd2d214e
Fix bug in sliding sync when using old DB. (#17398)
We don't necessarily have `instance_name` for old events (before we
support multiple event persisters). We treat those as if the
`instance_name` was "master".

---------

Co-authored-by: Eric Eastwood <eric.eastwood@beta.gouv.fr>
2024-07-08 20:30:23 +01:00
..
controllers Add rooms.required_state to Sliding Sync /sync (#17342) 2024-07-04 12:25:36 -05:00
databases Fix bug in sliding sync when using old DB. (#17398) 2024-07-08 20:30:23 +01:00
engines Change allow_unsafe_locale to also apply on new databases (#17238) 2024-05-29 12:04:13 +01:00
schema Return some room data in Sliding Sync /sync (#17320) 2024-07-02 11:07:05 -05:00
util Fix sync waiting for an invalid token from the "future" (#17386) 2024-07-02 12:39:49 +01:00
__init__.py
_base.py Fix bug in sliding sync when using old DB. (#17398) 2024-07-08 20:30:23 +01:00
background_updates.py
database.py Move towards using MultiWriterIdGenerator everywhere (#17226) 2024-05-29 12:19:10 +00:00
keys.py
prepare_database.py
push_rule.py
roommember.py Use fully-qualified PersistedEventPosition when returning RoomsForUser (#17265) 2024-06-04 12:58:03 -05:00
types.py