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