mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-27 12:08:32 +03:00
96715d7633
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.
1 line
64 B
Text
1 line
64 B
Text
Make `backfill` and `get_missing_events` use the same codepath.
|