Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Make backfill and get_missing_events use the same codepath (#10645)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
richvdh committed Aug 26, 2021
1 parent 40f619e commit 96715d7
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 233 deletions.
1 change: 1 addition & 0 deletions changelog.d/10645.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Make `backfill` and `get_missing_events` use the same codepath.
Loading

0 comments on commit 96715d7

Please sign in to comment.