summary refs log tree commit diff
path: root/changelog.d/12332.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.57.0rc1Erik Johnston2022-04-121-1/+0
|
* Handle outliers in `/federation/v1/event` (#12332)Richard van der Hoff2022-03-311-0/+1
The intention here is to avoid doing state lookups for outliers in `/_matrix/federation/v1/event`. Unfortunately that's expanded into something of a rewrite of `filter_events_for_server`, which ended up trying to do that operation in a couple of places.