Skip to content

Commit 96715d7

Browse files
authored
Make backfill and get_missing_events use the same codepath (matrix-org#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.
1 parent 40f619e commit 96715d7

File tree

3 files changed

+42
-233
lines changed

3 files changed

+42
-233
lines changed

changelog.d/10645.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Make `backfill` and `get_missing_events` use the same codepath.

0 commit comments

Comments
 (0)