From 98c266e70ef58f5bfdf79d8265db7ecc806911f9 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Sun, 6 Oct 2024 00:13:12 +0200 Subject: [PATCH 1/3] Update: theme --- themes/Rinkusu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/Rinkusu b/themes/Rinkusu index a58dced..22b91cc 160000 --- a/themes/Rinkusu +++ b/themes/Rinkusu @@ -1 +1 @@ -Subproject commit a58dcedf477f6409f891ea6d9f6545358f97f111 +Subproject commit 22b91cc8f1330459f77d289f7d4bc895bf22ada8 From f9dd1457744591b6e6b44fbbe6d013691c59f64a Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Sun, 6 Oct 2024 00:23:35 +0200 Subject: [PATCH 2/3] Update: theme --- themes/Rinkusu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/Rinkusu b/themes/Rinkusu index 22b91cc..de6fcc7 160000 --- a/themes/Rinkusu +++ b/themes/Rinkusu @@ -1 +1 @@ -Subproject commit 22b91cc8f1330459f77d289f7d4bc895bf22ada8 +Subproject commit de6fcc7cd9b97e125aa977625d36caccb3753c6c From 118be45d96e8c09423f56781dacaf069652b752d Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Sun, 6 Oct 2024 00:37:58 +0200 Subject: [PATCH 3/3] Add: matrix well-known client entry --- static/.well-known/matrix/client | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 static/.well-known/matrix/client diff --git a/static/.well-known/matrix/client b/static/.well-known/matrix/client new file mode 100644 index 0000000..2bff7d5 --- /dev/null +++ b/static/.well-known/matrix/client @@ -0,0 +1,5 @@ +{ + "m.homeserver": { + "base_url": "https://m.aroy-art.com" + } +} \ No newline at end of file