|
|
|
@@ -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_synapse_auto_accept_invite_enabled }}" |
|
|
|
matrix_synapse_container_image_customizations_auto_accept_invite_installation_enabled: "" |
|
|
|
|
|
|
|
# Controls whether custom build steps will be added to the Dockerfile for customizing the email templates used by Synapse. |
|
|
|
# |
|
|
|
@@ -665,7 +665,6 @@ matrix_synapse_auto_join_mxid_localpart: '' |
|
|
|
|
|
|
|
# Controls whether room invites will be accepted on behalf of users. |
|
|
|
# See: https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html#auto-accept-invites |
|
|
|
# This should not be used together with the `synapse_auto_accept_invite` module (see `matrix_synapse_ext_synapse_auto_accept_invite_enabled`). |
|
|
|
# Also see: |
|
|
|
# - `matrix_synapse_auto_accept_invites_only_for_direct_messages` |
|
|
|
# - `matrix_synapse_auto_accept_invites_only_from_local_users` |
|
|
|
@@ -1558,7 +1557,6 @@ matrix_synapse_ext_synapse_s3_storage_provider_migrate_systemd_wanted_services_l |
|
|
|
# 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. |
|
|
|
matrix_synapse_ext_synapse_auto_accept_invite_enabled: false |
|
|
|
matrix_synapse_ext_synapse_auto_accept_invite_version: 1.1.3 |
|
|
|
# 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 |
|
|
|
|