From dbe5cac4540cef4ea56e7e9dcc11179b13c63b0d Mon Sep 17 00:00:00 2001 From: Mathijs Date: Sat, 16 Nov 2024 12:21:50 +0100 Subject: [PATCH] Matrix sliding sync verwijderd --- .well-known/matrix/client | 4 ---- .well-known/matrix/client copy | 12 ++++++++++++ 2 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 .well-known/matrix/client copy diff --git a/.well-known/matrix/client b/.well-known/matrix/client index ad6861d..1dbe20d 100644 --- a/.well-known/matrix/client +++ b/.well-known/matrix/client @@ -4,9 +4,5 @@ }, "m.identity_server": { "base_url": "https://matrix.org" - }, - "org.matrix.msc3575.proxy": { - "url": "https://matrix-server-sync.lermer.nl" } - } \ No newline at end of file diff --git a/.well-known/matrix/client copy b/.well-known/matrix/client copy new file mode 100644 index 0000000..ad6861d --- /dev/null +++ b/.well-known/matrix/client copy @@ -0,0 +1,12 @@ +{ + "m.homeserver": { + "base_url": "https://matrix-server.lermer.nl" + }, + "m.identity_server": { + "base_url": "https://matrix.org" + }, + "org.matrix.msc3575.proxy": { + "url": "https://matrix-server-sync.lermer.nl" + } + +} \ No newline at end of file