mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04: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.
2 lines
64 B
Plaintext
2 lines
64 B
Plaintext
Make `backfill` and `get_missing_events` use the same codepath.
|