From 19a3be7dfa83967f27187fc2e657a66828bb751e Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Sun, 6 Oct 2024 01:05:42 +0200 Subject: [PATCH] Fix?? client matrix well-known --- static/.well-known/matrix/client | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/.well-known/matrix/client b/static/.well-known/matrix/client index c3908fb..f7a74b6 100644 --- a/static/.well-known/matrix/client +++ b/static/.well-known/matrix/client @@ -1,5 +1,8 @@ { "m.homeserver": { - "base_url": "https://m.aroy-art.com:443" + "base_url": "https://m.aroy-art.com" + }, + "m.identity_server": { + "base_url": "https://vector.im" } }