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

Homeserver Sample Configuration File

Below is a sample homeserver configuration file. The homeserver configuration file can be tweaked to change the behaviour of your homeserver. A restart of the server is -- cgit 1.5.1