From 10b98082093bdc141e7348ad80a110a552f87311 Mon Sep 17 00:00:00 2001 From: Benjamin Bouvier Date: Tue, 23 Jul 2024 13:17:10 +0200 Subject: [PATCH] Add sliding sync config for Matrix to the .well-known dir. Signed-off-by: Benjamin Bouvier --- .well-known/matrix/client | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .well-known/matrix/client diff --git a/.well-known/matrix/client b/.well-known/matrix/client new file mode 100644 index 0000000..fe401d4 --- /dev/null +++ b/.well-known/matrix/client @@ -0,0 +1,6 @@ +{ + "m.homeserver": {"base_url": "https://matrix.delire.party"}, + "org.matrix.msc3575.proxy": { + "url": "https://mss.benj.me" + } +}