From 6363f7975aacdbc449c1d7ed3b1c6e9e0dc550ba Mon Sep 17 00:00:00 2001 From: askiiart Date: Sun, 22 Oct 2023 17:26:48 -0500 Subject: [PATCH] Fix matrix thing and add sliding sync proxy thing --- .well-known/matrix/server | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.well-known/matrix/server b/.well-known/matrix/server index 4f1a9aa..8f3bf37 100755 --- a/.well-known/matrix/server +++ b/.well-known/matrix/server @@ -1 +1,8 @@ -{ "m.server": "matrix.askiiart.net:443" } +{ + "m.homeserver": { + "base_url": "https://matrix.askiiart.net" + }, + "org.matrix.msc3575.proxy": { + "url": "https://syncv3.example.com" + } +} \ No newline at end of file