From a69bb21b130e36e69388fc8168b4480355ec5d16 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 12 Dec 2025 22:56:53 -0600 Subject: [PATCH] enable features --- clusters/cl01tl/helm/matrix-synapse/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clusters/cl01tl/helm/matrix-synapse/values.yaml b/clusters/cl01tl/helm/matrix-synapse/values.yaml index 849297698..36ecd293f 100644 --- a/clusters/cl01tl/helm/matrix-synapse/values.yaml +++ b/clusters/cl01tl/helm/matrix-synapse/values.yaml @@ -21,6 +21,10 @@ matrix-synapse: client_whitelist: - https://chat.alexlebens.dev/ update_profile_information: true + experimental_features: + 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