From 9ae40f4190dbd687b9f0224694c8698d02abe0aa Mon Sep 17 00:00:00 2001 From: kaiyou <dev@kaiyou.fr> Date: Sat, 15 Feb 2025 21:00:30 +0100 Subject: [PATCH] Enable MAS on dev site --- wellknown/matrix/client | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/wellknown/matrix/client b/wellknown/matrix/client index 6ee3abe3..a8400075 100644 --- a/wellknown/matrix/client +++ b/wellknown/matrix/client @@ -1 +1,9 @@ -{"m.homeserver":{"base_url":"https://matrix.tedomum.net"},"m.identity_server":{"base_url":"https://vector.im"},"org.matrix.msc3575.proxy":{"url":"https://sliding.tedomum.net"}} \ No newline at end of file +{ + "m.homeserver": { + "base_url":"https://matrix.tedomum.net" + }, + "org.matrix.msc2965.authentication": { + "issuer": "https://mas.tedomum.net/", + "account": "https://mas.tedomum.net/account" + } +} -- GitLab