From 7fcefe4b85359776fb5fd78a27ecfa5ab3d75ec0 Mon Sep 17 00:00:00 2001 From: Akshay Mankar Date: Sun, 19 Nov 2023 15:05:38 +0100 Subject: [PATCH] matrix: Use chat.pub.solar as invite_client_location --- hosts/nachtigall/apps/matrix/synapse.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/nachtigall/apps/matrix/synapse.nix b/hosts/nachtigall/apps/matrix/synapse.nix index 617df63..b3f5ff6 100644 --- a/hosts/nachtigall/apps/matrix/synapse.nix +++ b/hosts/nachtigall/apps/matrix/synapse.nix @@ -57,8 +57,7 @@ in { client_base_url = "https://chat.pub.solar"; enable_notifs = true; enable_tls = true; - # FUTUREWORK: Maybe we should change this - invite_client_location = "https://app.element.io"; + invite_client_location = "https://chat.pub.solar"; notif_for_new_users = true; notif_from = "Matrix "; require_transport_security = false;