From 0e876142ccc90b23a843cb4574162c436cff9a6c Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Wed, 27 Mar 2024 20:06:01 -0400 Subject: [PATCH] Marix: add well-known support, format wk client --- static/.well-known/matrix/client | 12 +++++++++++- static/.well-known/matrix/support | 9 +++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 static/.well-known/matrix/support diff --git a/static/.well-known/matrix/client b/static/.well-known/matrix/client index 81b06fe..e50666e 100644 --- a/static/.well-known/matrix/client +++ b/static/.well-known/matrix/client @@ -1 +1,11 @@ -{"m.server":{"base_url":"https://matrix.seirdy.one"},"m.homeserver":{"base_url":"https://matrix.seirdy.one"},"org.matrix.msc3575.proxy":{"url":"https://matrix.seirdy.one"}} +{ + "m.server": { + "base_url": "https://matrix.seirdy.one" + }, + "m.homeserver": { + "base_url": "https://matrix.seirdy.one" + }, + "org.matrix.msc3575.proxy": { + "url": "https://matrix.seirdy.one" + } +} diff --git a/static/.well-known/matrix/support b/static/.well-known/matrix/support new file mode 100644 index 0000000..bca0c4c --- /dev/null +++ b/static/.well-known/matrix/support @@ -0,0 +1,9 @@ +{ + "contacts": [ + { + "email_address": "seirdy@seirdy.one", + "matrix_id": "@seirdy:seirdy.one", + "role": "m.role.admin" + } + ] +}