summary refs log tree commit diff
path: root/changelog.d/9868.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.33.0rc1Andrew Morgan2021-04-281-1/+0
|
* Pass errors back to the client when trying multiple federation destinations. ↵Patrick Cloke2021-04-271-0/+1
(#9868) This ensures that something like an auth error (403) will be returned to the requester instead of attempting to try more servers, which will likely result in the same error, and then passing back a generic 400 error.