From 8537eb74568ea00622c8311d3e2f797bec47c455 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 12 Dec 2025 21:35:16 -0600 Subject: [PATCH] add app service conf --- clusters/cl01tl/helm/matrix-synapse/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/clusters/cl01tl/helm/matrix-synapse/values.yaml b/clusters/cl01tl/helm/matrix-synapse/values.yaml index 22cee06c9..e8ca2446d 100644 --- a/clusters/cl01tl/helm/matrix-synapse/values.yaml +++ b/clusters/cl01tl/helm/matrix-synapse/values.yaml @@ -25,6 +25,9 @@ matrix-synapse: msc3202_device_masquerading: true msc3202_transaction_extensions: true msc2409_to_device_messages_enabled: true + app_service_config_files: + - /synapse/config/conf.d/hookshot-registration.yaml + - /synapse/config/conf.d/double-puppet-registration.yaml synapse: strategy: type: Recreate