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

Remove `matrix_synapse_ext_synapse_auto_accept_invite_accept_invites_only_from_local_users`

Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
pull/4943/head
Suguru Hirahara 2 недель назад
Родитель
Сommit
8dd8082002
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: E4F9743DAB4B7B75
2 измененных файлов: 0 добавлений и 12 удалений
  1. +0
    -11
      roles/custom/matrix-synapse/defaults/main.yml
  2. +0
    -1
      roles/custom/matrix-synapse/tasks/ext/synapse-auto-accept-invite/setup_install.yml

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

@@ -1543,17 +1543,6 @@ matrix_synapse_ext_synapse_s3_storage_provider_migrate_systemd_required_services
# List of systemd services that matrix-synapse-s3-storage-provider-migrate.service wants # List of systemd services that matrix-synapse-s3-storage-provider-migrate.service wants
matrix_synapse_ext_synapse_s3_storage_provider_migrate_systemd_wanted_services_list: [] matrix_synapse_ext_synapse_s3_storage_provider_migrate_systemd_wanted_services_list: []


# Synapse module to automatically accept room invites.
#
# Since Synapse v1.109.0 (https://github.com/element-hq/synapse/pull/17147),
# this functionality has been merged into Synapse. See `matrix_synapse_auto_accept_invites_enabled`.
#
# See: https://github.com/matrix-org/synapse-auto-accept-invite
# Installing it requires building a customized Docker image for Synapse (see `matrix_synapse_container_image_customizations_enabled`).
# Enabling this will enable customizations and inject the appropriate Dockerfile clauses for installing synapse-auto-accept-invite.
# Specifies whether only invites from local users will be auto accepted.
matrix_synapse_ext_synapse_auto_accept_invite_accept_invites_only_from_local_users: false

# Specifies whether an external media repository is enabled. # Specifies whether an external media repository is enabled.
# If it is, the Synapse media repo and media-repo workers will be disabled automatically. # If it is, the Synapse media repo and media-repo workers will be disabled automatically.
matrix_synapse_ext_media_repo_enabled: false matrix_synapse_ext_media_repo_enabled: false


+ 0
- 1
roles/custom/matrix-synapse/tasks/ext/synapse-auto-accept-invite/setup_install.yml Просмотреть файл

@@ -13,7 +13,6 @@
{ {
"module": "synapse_auto_accept_invite.InviteAutoAccepter", "module": "synapse_auto_accept_invite.InviteAutoAccepter",
"config": { "config": {
"accept_invites_only_from_local_users": matrix_synapse_ext_synapse_auto_accept_invite_accept_invites_only_from_local_users,
}, },
}] }]
}} }}


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