From 2261947823cebe96be8f39eda60d4a4ea7bb6d3e Mon Sep 17 00:00:00 2001 From: Rastus01 Date: Sun, 31 May 2026 13:41:33 +0200 Subject: [PATCH] Formatiere Matrix-JSON-Dateien --- .well-known/matrix/client.json | 6 +++++- .well-known/matrix/server.json | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.well-known/matrix/client.json b/.well-known/matrix/client.json index de450b7..530b7c0 100644 --- a/.well-known/matrix/client.json +++ b/.well-known/matrix/client.json @@ -1 +1,5 @@ -{"m.homeserver":{"base_url":"https://matrix.rastus01.com"}} +{ + "m.homeserver": { + "base_url": "https://matrix.rastus01.com" + } +} diff --git a/.well-known/matrix/server.json b/.well-known/matrix/server.json index d9f036a..3b01997 100644 --- a/.well-known/matrix/server.json +++ b/.well-known/matrix/server.json @@ -1 +1,3 @@ -{"m.server":"matrix.rastus01.com:443"} +{ + "m.server": "matrix.rastus01.com:443" +}