Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-09-18 | 1.19.3 v1.19.3 github/release-v1.19.3 release-v1.19.3 | Andrew Morgan | 1 | -0/+6 | |
2020-09-18 | Use _check_sigs_and_hash_and_fetch to validate backfill requests (#8350) | Andrew Morgan | 2 | -5/+4 | |
This is a bit of a hack, as `_check_sigs_and_hash_and_fetch` is intended for attempting to pull an event from the database/(re)pull it from the server that originally sent the event if checking the signature of the event fails. During backfill we *know* that we won't have the event in our database, however it is still useful to be able to query the original sending server as the server we're backfilling from ma |