fix: name typos and some forgot to adjust variables

pull/3195/head
xvsun 3 months ago
parent 45a21e67ae
commit 886039dec9

@ -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
```

@ -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.

@ -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
}
]
}}

Loading…
Cancel
Save