forked-synapse/synapse/storage/databases
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
..
main Properly handle unknown results for the stream change cache. (#14592) 2022-12-02 10:28:41 -05:00
state Optimize filter_events_for_client for faster /messages - v2 (#14527) 2022-11-22 21:56:28 +00:00
__init__.py Ensure that get_datastores().main is typed (#12070) 2022-02-25 10:20:40 +00:00