synapse-product/synapse/storage/databases
Richard van der Hoff 96715d7633
Make backfill and get_missing_events use the same codepath (#10645)
Given that backfill and get_missing_events are basically the same thing, it's somewhat crazy that we have entirely separate code paths for them. This makes backfill use the existing get_missing_events code, and then clears up all the unused code.
2021-08-26 18:34:57 +01:00
..
main Make backfill and get_missing_events use the same codepath (#10645) 2021-08-26 18:34:57 +01:00
state Add type hints to state handler. (#10482) 2021-07-26 12:49:53 -04:00
__init__.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00