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