From 40a8246ca1bb7069a96e1129c728d20aad724099 Mon Sep 17 00:00:00 2001 From: Edwin Lyon Date: Wed, 23 Feb 2022 19:20:20 -0800 Subject: [PATCH] Add 'static/.well-known/matrix/client' --- static/.well-known/matrix/client | 8 ++++++++ 1 file changed, 8 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..99201c9 --- /dev/null +++ b/static/.well-known/matrix/client @@ -0,0 +1,8 @@ +{ + "m.homeserver": { + "base_url": "https://matrix.thelyoncompany.com" + }, + "m.identity_server": { + "base_url": "https://vector.im" + } +}