From b1c9a31b8a2ccbaf88fec6ff17a5eba281ed046a Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Sun, 6 Oct 2024 02:02:21 +0200 Subject: [PATCH] Add: sliding sync to matrix well-known --- static/.well-known/matrix/client | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/.well-known/matrix/client b/static/.well-known/matrix/client index f7a74b6..046c617 100644 --- a/static/.well-known/matrix/client +++ b/static/.well-known/matrix/client @@ -3,6 +3,10 @@ "base_url": "https://m.aroy-art.com" }, "m.identity_server": { - "base_url": "https://vector.im" + "base_url": "https://vector.im" + }, + "org.matrix.msc3575.proxy": { + "url": "https://syncv3.m.aroy-art.com" } } +