From abcd9a6aea24f743f0cbffa4e510b3579dcbcb33 Mon Sep 17 00:00:00 2001 From: 9pfs <9pfs@amcforum.wiki> Date: Fri, 19 Apr 2024 14:52:49 +0000 Subject: [PATCH] Add matrix sliding sync! --- .well-known/matrix/client | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.well-known/matrix/client b/.well-known/matrix/client index 6c7c52b..27018f5 100644 --- a/.well-known/matrix/client +++ b/.well-known/matrix/client @@ -1 +1,8 @@ -{"m.homeserver": {"base_url": "https://matrix.h.hackclub.app:443"}} +{ + "m.homeserver": { + "base_url": "https://matrix.h.hackclub.app:443" + }, + "org.matrix.msc3575.proxy": { + "url": "https://matrix-sliding-sync.h.hackclub.app:443" + } +}