summary refs log tree commit diff
path: root/tests/handlers/test_federation_event.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Optimise `_get_state_after_missing_prev_event`: use `/state` (#12040)Richard van der Hoff2022-04-011-0/+225
If we're missing most of the events in the room state, then we may as well call the /state endpoint, instead of individually requesting each and every event.