Matrix Docker Ansible eploy
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 

1.5 KiB

Setting up Synapse Auto Invite Accept (optional, removed)

🪦 The playbook used to be able to install and configure synapse-auto-invite-accept, but no longer includes this component, as the same functionality has been integrated to Synapse since v1.109.0.

Native alternative

Here’s example configuration for using the native Synapse feature:

matrix_synapse_auto_accept_invites_enabled: true

# Default settings below. Uncomment and adjust this part if necessary.
# matrix_synapse_auto_accept_invites_only_for_direct_messages: false
# matrix_synapse_auto_accept_invites_only_from_local_users: false

# If workers are enabled, you may delegate usage to a specific worker.
# matrix_synapse_auto_accept_invites_worker_to_run_on: 'matrix-synapse-worker-generic-0'