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;