From 55be6cda3f942b4f0c92ecfa4659c4a2ffb92cb9 Mon Sep 17 00:00:00 2001 From: sandhose Date: Tue, 18 Jun 2024 10:35:12 +0000 Subject: deploy: 4af654f0da31072bf0e0cac33202c621369ee823 --- .../usage/configuration/config_documentation.html | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'latest/usage/configuration/config_documentation.html') diff --git a/latest/usage/configuration/config_documentation.html b/latest/usage/configuration/config_documentation.html index 6ef0c401fb..7a7dc7f0a8 100644 --- a/latest/usage/configuration/config_documentation.html +++ b/latest/usage/configuration/config_documentation.html @@ -4094,6 +4094,32 @@ Set a size to change the default. min_batch_size: 10 default_batch_size: 50 +
+

Auto Accept Invites

+

Configuration settings related to automatically accepting invites.

+
+

auto_accept_invites

+

Automatically accepting invites controls whether users are presented with an invite request or if they +are instead automatically joined to a room when receiving an invite. Set the enabled sub-option to true to +enable auto-accepting invites. Defaults to false. +This setting has the following sub-options:

+ +

NOTE: Care should be taken not to enable this setting if the synapse_auto_accept_invite module is enabled and installed. +The two modules will compete to perform the same task and may result in undesired behaviour. For example, multiple join +events could be generated from a single invite.

+

Example configuration:

+
auto_accept_invites:
+    enabled: true
+    only_for_direct_messages: true
+    only_from_local_users: true
+    worker_to_run_on: "worker_1"
+
-- cgit 1.5.1