diff --git a/federationapi/routing/invite.go b/federationapi/routing/invite.go index d8518cbfe..7eb0fc4ef 100644 --- a/federationapi/routing/invite.go +++ b/federationapi/routing/invite.go @@ -52,7 +52,7 @@ func Invite( return util.JSONResponse{ Code: http.StatusBadRequest, JSON: jsonerror.UnsupportedRoomVersion( - fmt.Sprintf("Users of %q cannot join version %q rooms.", cfg.Matrix.ServerName, roomVersion), + fmt.Sprintf("Users of this server cannot join version %q rooms.", roomVersion), ), } }