From c52077eb5451662307b56a6fe17adeb39b9cc882 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Sun, 23 Mar 2025 17:15:33 -0400 Subject: [PATCH] Swap server and client --- public/.well-known/matrix/client | 5 ++++- public/.well-known/matrix/server | 5 +---- 2 files changed, 5 insertions(+), 5 deletions(-) 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" }