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

fix: name typos and some forgot to adjust variables

pull/3195/head
xvsun 2 лет назад
Родитель
Сommit
886039dec9
3 измененных файлов: 5 добавлений и 5 удалений
  1. +2
    -2
      docs/configuring-playbook-synapse-auto-accept-invite.md
  2. +2
    -2
      roles/custom/matrix-synapse/defaults/main.yml
  3. +1
    -1
      roles/custom/matrix-synapse/tasks/ext/synapse-auto-accept-invite/setup_install.yml

+ 2
- 2
docs/configuring-playbook-synapse-auto-accept-invite.md Просмотреть файл

@@ -8,7 +8,7 @@ In short, it automatically accepts room invites. You can specify that only 1:1 r
If you decide that you'd like to let this playbook install it for you, you need a configuration like this:

```yaml
matrix_synapse_ext_auto_accept_invite_enabled: true
matrix_synapse_ext_synapse_auto_accept_invite_enabled: true

matrix_synapse_ext_auto_accept_invite_only_for_one_to_one: true
matrix_synapse_ext_synapse_auto_accept_invite_only_one_to_one: true
```

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

@@ -50,7 +50,7 @@ matrix_synapse_container_image_customizations_s3_storage_provider_installation_e

# Controls whether custom build steps will be added to the Dockerfile for installing auto-accept-invite module.
# The version that will be installed is specified in `matrix_synapse_ext_synapse_auto_accept_invite_version`.
matrix_synapse_container_image_customizations_auto_accept_invite_installation_enabled: "{{ matrix_synapse_ext_auto_accept_invite_enabled }}"
matrix_synapse_container_image_customizations_auto_accept_invite_installation_enabled: "{{ matrix_synapse_ext_synapse_auto_accept_invite_enabled }}"

# Controls whether custom build steps will be added to the Dockerfile for customizing the email templates used by Synapse.
#
@@ -1225,7 +1225,7 @@ matrix_synapse_ext_synapse_s3_storage_provider_periodic_migration_schedule: '*-*
matrix_synapse_ext_synapse_auto_accept_invite_enabled: false
matrix_synapse_ext_synapse_auto_accept_invite_version: 1.1.3
# Specifies whether only direct messages (1:1 rooms) will be auto accepted.
matrix_synapse_ext_synapse_auto_accept_invite_only_for_direct_messages: false
matrix_synapse_ext_synapse_auto_accept_invite_only_one_to_one: false

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


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

@@ -6,7 +6,7 @@
[
{
"module": "synapse_auto_accept_invite.InviteAutoAccepter",
"config": matrix_synapse_ext_auto_accept_invite_only_for_one_to_one
"config": matrix_synapse_ext_synapse_auto_accept_invite_only_one_to_one
}
]
}}

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