From 1ffee20fcad426fa7e00a045bb94d0c66f09bb8f Mon Sep 17 00:00:00 2001 From: devonh Date: Tue, 21 May 2024 20:10:47 +0000 Subject: deploy: 6a9a641fb86b04587840bcb6b76af9a0acef9b54 --- .../usage/configuration/config_documentation.html | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'develop/usage/configuration/config_documentation.html') diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html index 6ef0c401fb..7a7dc7f0a8 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/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