diff --git a/roomserver/internal/perform_join.go b/roomserver/internal/perform_join.go index 8e84bdf60..e9e33d933 100644 --- a/roomserver/internal/perform_join.go +++ b/roomserver/internal/perform_join.go @@ -135,7 +135,7 @@ func (r *RoomserverInternalAPI) performJoinRoomByID( // room. If it is then there's nothing more to do - the room just // hasn't been created yet. if domain == r.Cfg.Matrix.ServerName { - return fmt.Errorf("error trying to join %q room: %w", req.RoomIDOrAlias, derr) + return fmt.Errorf("room ID %q does not exist", req.RoomIDOrAlias) } // Try joining by all of the supplied server names.