Do not specify send_federation in Synapse config

It's unnecessary when `federation_sender_instances` is populated.

Source: 6acb6d772a
This commit is contained in:
Slavi Pantaleev
2022-12-06 15:47:35 +02:00
parent 84d529b542
commit 135bb5af3e
3 changed files with 2 additions and 11 deletions

View File

@ -60,6 +60,8 @@
- {'old': 'matrix_synapse_workers_frontend_proxy_workers_port_range_start', 'new': '<removed in favor of generic workers - see https://github.com/matrix-org/synapse/pull/13645>'}
- {'old': 'matrix_synapse_workers_frontend_proxy_workers_metrics_range_start', 'new': '<removed in favor of generic workers - see https://github.com/matrix-org/synapse/pull/13645>'}
- {'old': 'matrix_synapse_ext_s3_storage_provider_path', 'new': 'matrix_synapse_ext_s3_storage_provider_base_path'}
- {'old': 'matrix_synapse_send_federation', 'new': '<unnecessary - Synapse relies on federation_sender_instances now>'}
- name: (Deprecation) Catch and report renamed settings in matrix_synapse_configuration_extension_yaml
ansible.builtin.fail: