summary refs log tree commit diff
path: root/changelog.d/12077.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.54.0rc1Olivier Wilkinson (reivilibre)2022-03-021-1/+0
|
* 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.