MatrixSynapse/synapse/storage
Patrick Cloke fac8a38525
Properly handle unknown results for the stream change cache. (#14592)
StreamChangeCache.get_all_changed_entities can return None to signify
it does not have information at the given stream position. Two callers (related
to device lists and presence) were treating this response the same as an empty
list (i.e. there being no updates).
2022-12-02 10:28:41 -05:00
..
controllers
databases Properly handle unknown results for the stream change cache. (#14592) 2022-12-02 10:28:41 -05:00
engines
schema Add another index to `device_lists_changes_in_room` (#14534) 2022-11-23 14:09:00 +00:00
util
__init__.py
_base.py
background_updates.py
database.py Remove option to skip locking of tables during emulated upserts (#14469) 2022-11-28 13:42:06 +00:00
keys.py
prepare_database.py
push_rule.py
roommember.py
state.py
types.py