From a0dd975507a2fde2f6b02ad18a5a99f8164e74ad Mon Sep 17 00:00:00 2001 From: wj25czxj47bu6q <96372288+wj25czxj47bu6q@users.noreply.github.com> Date: Sat, 7 Oct 2023 10:03:10 +0000 Subject: [PATCH] Add sliding sync proxy to .well-known Signed-off-by: wj25czxj47bu6q <96372288+wj25czxj47bu6q@users.noreply.github.com> --- .well-known/matrix/client | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.well-known/matrix/client b/.well-known/matrix/client index b880dcd..439f70a 100644 --- a/.well-known/matrix/client +++ b/.well-known/matrix/client @@ -2,5 +2,8 @@ "m.homeserver": { "base_url": "https://matrix.arcticfoxes.net", "server_name": "arcticfoxes.net" + }, + "org.matrix.msc3575.proxy": { + "url": "https://syncv3.arcticfoxes.net" } }