summary refs log tree commit diff
path: root/changelog.d/12077.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Properly failover for unknown endpoints from Conduit/Dendrite. (#12077)Patrick Cloke2022-02-281-0/+1
Before this fix, a legitimate 404 from a federation endpoint (e.g. due to an unknown room) would be treated as an unknown endpoint. This could cause unnecessary federation traffic.