From 89e44684e0f7d4870ac42c7a36fb5f1e6b5b4916 Mon Sep 17 00:00:00 2001 From: Jonas Tobias Hopusch Date: Tue, 31 Aug 2021 15:12:54 +0200 Subject: [PATCH] Update matrix delegation to point to new host Welcome to the family, Dendrite! --- 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 3892790..e1c9998 100644 --- a/static/.well-known/matrix/client +++ b/static/.well-known/matrix/client @@ -1,6 +1,6 @@ { "m.homeserver": { - "base_url": "https://matrix.jotoho.de:443" + "base_url": "https://newmatrix.jotoho.de:443" }, "io.element.e2ee": { "default": true, diff --git a/static/.well-known/matrix/server b/static/.well-known/matrix/server index 681cc6d..af8086b 100644 --- a/static/.well-known/matrix/server +++ b/static/.well-known/matrix/server @@ -1,3 +1,3 @@ { - "m.server": "matrix.jotoho.de:443" + "m.server": "newmatrix.jotoho.de:443" }