diff --git a/public/.well-known/matrix/client b/public/.well-known/matrix/client index 3e6ac2a..dce6da5 100644 --- a/public/.well-known/matrix/client +++ b/public/.well-known/matrix/client @@ -1,3 +1,6 @@ { - "m.server": "matrix.henryhiles.com:443" + "m.homeserver": { + "base_url": "https://matrix.henryhiles.com", + "org.matrix.msc3575.proxy": "https://matrix.henryhiles.com" + } } diff --git a/public/.well-known/matrix/server b/public/.well-known/matrix/server index dce6da5..3e6ac2a 100644 --- a/public/.well-known/matrix/server +++ b/public/.well-known/matrix/server @@ -1,6 +1,3 @@ { - "m.homeserver": { - "base_url": "https://matrix.henryhiles.com", - "org.matrix.msc3575.proxy": "https://matrix.henryhiles.com" - } + "m.server": "matrix.henryhiles.com:443" }