Просмотр исходного кода

Synchronize homeserver.yaml config with the one from Synapse 1.61.0

pull/1886/head
Slavi Pantaleev 3 лет назад
Родитель
Сommit
323f5aa60d
3 измененных файлов: 1 добавлений и 13 удалений
  1. +0
    -3
      roles/matrix-synapse/defaults/main.yml
  2. +1
    -0
      roles/matrix-synapse/tasks/validate_config.yml
  3. +0
    -10
      roles/matrix-synapse/templates/synapse/homeserver.yaml.j2

+ 0
- 3
roles/matrix-synapse/defaults/main.yml Просмотреть файл

@@ -215,9 +215,6 @@ matrix_synapse_recaptcha_private_key: ''
# Disabling this option will not delete any tokens previously generated.
matrix_synapse_registration_requires_token: false

# Allows non-server-admin users to create groups on this server
matrix_synapse_enable_group_creation: false

# A list of 3PID types which users must supply when registering (possible values: email, msisdn).
matrix_synapse_registrations_require_3pid: []



+ 1
- 0
roles/matrix-synapse/tasks/validate_config.yml Просмотреть файл

@@ -60,6 +60,7 @@
- {'old': 'matrix_synapse_trusted_third_party_id_servers', 'new': '<deprecated in Synapse v0.99.4 and removed in Synapse v1.19.0>'}
- {'old': 'matrix_synapse_use_presence', 'new': 'matrix_synapse_presence_enabled'}
- {'old': 'matrix_synapse_version_arm64', 'new': '<superseded by matrix_synapse_version - see https://github.com/matrix-org/synapse/pull/11810>'}
- {'old': 'matrix_synapse_enable_group_creation', 'new': '<removed in Synapse v1.61.0 - use the new Spaces feature instead>'}

- name: (Deprecation) Catch and report renamed settings in matrix_synapse_configuration_extension_yaml
fail:


+ 0
- 10
roles/matrix-synapse/templates/synapse/homeserver.yaml.j2 Просмотреть файл

@@ -2600,16 +2600,6 @@ spam_checker: {{ matrix_synapse_spam_checker|to_json }}
encryption_enabled_by_default_for_room_type: {{ matrix_synapse_encryption_enabled_by_default_for_room_type|to_json }}


# Uncomment to allow non-server-admin users to create groups on this server
#
enable_group_creation: {{ matrix_synapse_enable_group_creation|to_json }}

# If enabled, non server admins can only create groups with local parts
# starting with this prefix
#
#group_creation_prefix: "unofficial_"



# User Directory configuration
#


Загрузка…
Отмена
Сохранить