From afbf4df32db03db3fe6dd30e0a3c59b5f3971e50 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Wed, 29 Oct 2025 18:37:12 +0200 Subject: [PATCH] Add deprecation warnings for `matrix_synapse_experimental_features_msc3202_device_masquerading_enabled` and `matrix_synapse_experimental_features_msc4133_enabled` Follow-up to e0e403200206faac5fadd9d849826c7509d1bb65 --- roles/custom/matrix-synapse/tasks/validate_config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/custom/matrix-synapse/tasks/validate_config.yml b/roles/custom/matrix-synapse/tasks/validate_config.yml index 48930962b..9f10330a2 100644 --- a/roles/custom/matrix-synapse/tasks/validate_config.yml +++ b/roles/custom/matrix-synapse/tasks/validate_config.yml @@ -109,6 +109,8 @@ - {'old': 'matrix_s3_goofys_docker_image_name_prefix', 'new': 'matrix_s3_goofys_docker_image_registry_prefix'} - {'old': 'matrix_synapse_rust_synapse_compress_state_docker_image_name_prefix', 'new': 'matrix_synapse_rust_synapse_compress_state_docker_image_registry_prefix'} + - {'old': 'matrix_synapse_experimental_features_msc3202_device_masquerading_enabled', 'new': ''} - {'old': 'matrix_synapse_experimental_features_msc3861_client_id', 'new': ''} @@ -117,6 +119,8 @@ - {'old': 'matrix_synapse_experimental_features_msc3861_admin_token', 'new': ''} - {'old': 'matrix_synapse_experimental_features_msc3861_account_management_url', 'new': ''} + - {'old': 'matrix_synapse_experimental_features_msc4133_enabled', 'new': ''} + - {'old': 'matrix_synapse_container_image_customizations_s3_storage_provider_installation_old_boto_workaround_enabled', 'new': ''} - name: (Deprecation) Catch and report renamed settings in matrix_synapse_configuration_extension_yaml