Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

722 B

Setting up Synapse Auto Invite Accept (optional)

The playbook can install and configure synapse-auto-invite-accept for you.

See that project’s documentation to learn what it does and why it might be useful to you. In short, it automatically accepts room invites. You can specify that only 1:1 room invites are auto-accepted. Defaults to false if not specified.

If you decide that you’d like to let this playbook install it for you, you need a configuration like this:

matrix_synapse_ext_auto_accept_invite_enabled: true

matrix_synapse_ext_auto_accept_invite_only_for_one_to_one: true