From e24c6764cdf6959e46ac57c48a19f956a6fd7376 Mon Sep 17 00:00:00 2001 From: MrMelon54 Date: Wed, 13 Sep 2023 23:52:16 +0100 Subject: [PATCH] Add matrix client delegation --- public/.well-known/matrix/client | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 public/.well-known/matrix/client diff --git a/public/.well-known/matrix/client b/public/.well-known/matrix/client new file mode 100644 index 0000000..fdd3ab3 --- /dev/null +++ b/public/.well-known/matrix/client @@ -0,0 +1,5 @@ +{ + "m.homeserver": { + "base_url": "https://synapse.1f349.net" + } +}