From cb7ed44c611e7441619f6f2f545ce30ebe106961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Wed, 17 Sep 2025 15:35:52 +0200 Subject: [PATCH] [fix] role:synapse:conf template --- roles/synapse/templates/homeserver.yaml.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/synapse/templates/homeserver.yaml.j2 b/roles/synapse/templates/homeserver.yaml.j2 index a8b43b4..99dc668 100644 --- a/roles/synapse/templates/homeserver.yaml.j2 +++ b/roles/synapse/templates/homeserver.yaml.j2 @@ -139,10 +139,11 @@ trusted_third_party_id_servers: enable_metrics: false -app_service_config_files: +app_service_config_files: [ # - "/opt/mautrix-telegram/python-venv/registration.yaml" # - "/opt/mautrix-signal/python-venv/registration.yaml" # - "/opt/matrix-irc-bridge/appservice-registration-irc.yaml" +] expire_access_token: false