Return correct error to LookupRoomAlias

main
Neil Alexander 2020-06-02 09:34:36 +01:00
parent 42e797de5e
commit a07fc0ef35
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ func DirectoryRoom(
if fedErr != nil {
// TODO: Return 502 if the remote server errored.
// TODO: Return 504 if the remote server timed out.
util.GetLogger(req.Context()).WithError(err).Error("federation.LookupRoomAlias failed")
util.GetLogger(req.Context()).WithError(fedErr).Error("federation.LookupRoomAlias failed")
return jsonerror.InternalServerError()
}
res.RoomID = fedRes.RoomID