From 80e5ead0c33bea342c2755c33a9661ff2ec56ddb Mon Sep 17 00:00:00 2001 From: Jonas Tobias Hopusch Date: Tue, 31 Aug 2021 15:17:02 +0200 Subject: [PATCH] Revert "Update matrix delegation to point to new host" This reverts commit 89e44684e0f7d4870ac42c7a36fb5f1e6b5b4916. On second thought, this change was not needed for the migration. --- static/.well-known/matrix/client | 2 +- static/.well-known/matrix/server | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/.well-known/matrix/client b/static/.well-known/matrix/client index e1c9998..3892790 100644 --- a/static/.well-known/matrix/client +++ b/static/.well-known/matrix/client @@ -1,6 +1,6 @@ { "m.homeserver": { - "base_url": "https://newmatrix.jotoho.de:443" + "base_url": "https://matrix.jotoho.de:443" }, "io.element.e2ee": { "default": true, diff --git a/static/.well-known/matrix/server b/static/.well-known/matrix/server index af8086b..681cc6d 100644 --- a/static/.well-known/matrix/server +++ b/static/.well-known/matrix/server @@ -1,3 +1,3 @@ { - "m.server": "newmatrix.jotoho.de:443" + "m.server": "matrix.jotoho.de:443" }