From 50954a1ad116f25c9cbf996f5ede179af222bec4 Mon Sep 17 00:00:00 2001 From: Jonas Tobias Hopusch Date: Thu, 22 Feb 2024 01:10:38 +0100 Subject: [PATCH] matrix: add client connection information --- static/.well-known/matrix/client | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 static/.well-known/matrix/client diff --git a/static/.well-known/matrix/client b/static/.well-known/matrix/client new file mode 100644 index 0000000..7e4261b --- /dev/null +++ b/static/.well-known/matrix/client @@ -0,0 +1,5 @@ +{ + "m.homeserver": { + "base_url": "https://matrix.jotoho.de:8448" + } +}