From 4a30aeaab6110a60eb15abb9391df35a8bbefab5 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Mon, 5 Jul 2021 20:05:47 +0200 Subject: [PATCH] nodes/htz.ex42-1048908: fix matrix server wellknown stuff --- nodes/htz/ex42-1048908.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodes/htz/ex42-1048908.py b/nodes/htz/ex42-1048908.py index f6d2418..4266dec 100644 --- a/nodes/htz/ex42-1048908.py +++ b/nodes/htz/ex42-1048908.py @@ -317,7 +317,7 @@ nodes['htz.ex42-1048908'] = { }, '/.well-known/matrix/server': { 'return': json_dumps({ - 'm.server': 'https://matrix.franzi.business', + 'm.server': 'matrix.franzi.business:443', }, sort_keys=True), 'additional_config': { 'default_type application/json', @@ -384,7 +384,7 @@ nodes['htz.ex42-1048908'] = { }, '/.well-known/matrix/server': { 'return': json_dumps({ - 'm.server': 'https://matrix.franzi.business', + 'm.server': 'matrix.franzi.business:443', }, sort_keys=True), 'additional_config': { 'default_type application/json',