From 5c3ed2c23baab6493a41d2d3dfb9a2f63d112296 Mon Sep 17 00:00:00 2001 From: lauralani Date: Tue, 1 Aug 2023 09:14:51 +0200 Subject: [PATCH] add matrix stuff --- static/.well-known/matrix/.gitkeep | 0 static/.well-known/matrix/client | 1 + static/.well-known/matrix/server | 1 + static/.well-known/matrix/test | 1 - 4 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 static/.well-known/matrix/.gitkeep create mode 100644 static/.well-known/matrix/client create mode 100644 static/.well-known/matrix/server delete mode 100644 static/.well-known/matrix/test diff --git a/static/.well-known/matrix/.gitkeep b/static/.well-known/matrix/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/static/.well-known/matrix/client b/static/.well-known/matrix/client new file mode 100644 index 0000000..d73c93c --- /dev/null +++ b/static/.well-known/matrix/client @@ -0,0 +1 @@ +{"m.homeserver": {"base_url": "https://matrix.lila.network"}} \ No newline at end of file diff --git a/static/.well-known/matrix/server b/static/.well-known/matrix/server new file mode 100644 index 0000000..48beaca --- /dev/null +++ b/static/.well-known/matrix/server @@ -0,0 +1 @@ +{"m.server": "matrix.lila.network:443"} \ No newline at end of file diff --git a/static/.well-known/matrix/test b/static/.well-known/matrix/test deleted file mode 100644 index 055b43a..0000000 --- a/static/.well-known/matrix/test +++ /dev/null @@ -1 +0,0 @@ -{"m.server": "matrix.example.com:443"} \ No newline at end of file