summary refs log tree commit diff
path: root/changelog.d/12040.feature (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Optimise `_get_state_after_missing_prev_event`: use `/state` (#12040)Richard van der Hoff2022-04-011-0/+1
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.