From 742c7678437e93464415d9db0011e981ea2e6f0d Mon Sep 17 00:00:00 2001
From: Patrick Pacher <patrick.pacher@gmail.com>
Date: Mon, 16 Jan 2023 14:58:18 +0100
Subject: [PATCH] Add support for matrix client discovery

---
 .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..573553c
--- /dev/null
+++ b/.well-known/matrix/client
@@ -0,0 +1,5 @@
+{
+    "m.homeserver": {
+        "base_url": "https://matrix.safing.io"
+    }
+}
\ No newline at end of file