From 6484bfdd8a0fc13f5e17f7797ad5c35f2abff39a Mon Sep 17 00:00:00 2001 From: Didi Date: Sun, 21 Sep 2025 09:52:35 +0930 Subject: [PATCH] Create client --- .well-known/matrix/client | 5 +++++ 1 file changed, 5 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..f5ab425 --- /dev/null +++ b/.well-known/matrix/client @@ -0,0 +1,5 @@ +{ + "m.homeserver": { + "base_url": "https://matrix.didi.party" + } +}