mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 01:25:44 +03:00
deploy: 244a255065
This commit is contained in:
parent
3298d36526
commit
94ffa05d45
4 changed files with 8 additions and 4 deletions
|
@ -7827,7 +7827,9 @@ This setting has the following sub-options:</p>
|
|||
<li><code>only_for_direct_messages</code>: Whether invites should be automatically accepted for all room types, or only
|
||||
for direct messages. Defaults to false.</li>
|
||||
<li><code>only_from_local_users</code>: Whether to only automatically accept invites from users on this homeserver. Defaults to false.</li>
|
||||
<li><code>worker_to_run_on</code>: Which worker to run this module on. This must match the "worker_name".</li>
|
||||
<li><code>worker_to_run_on</code>: Which worker to run this module on. This must match
|
||||
the "worker_name". If not set or <code>null</code>, invites will be accepted on the
|
||||
main process.</li>
|
||||
</ul>
|
||||
<p>NOTE: Care should be taken not to enable this setting if the <code>synapse_auto_accept_invite</code> 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
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4167,7 +4167,9 @@ This setting has the following sub-options:</p>
|
|||
<li><code>only_for_direct_messages</code>: Whether invites should be automatically accepted for all room types, or only
|
||||
for direct messages. Defaults to false.</li>
|
||||
<li><code>only_from_local_users</code>: Whether to only automatically accept invites from users on this homeserver. Defaults to false.</li>
|
||||
<li><code>worker_to_run_on</code>: Which worker to run this module on. This must match the "worker_name".</li>
|
||||
<li><code>worker_to_run_on</code>: Which worker to run this module on. This must match
|
||||
the "worker_name". If not set or <code>null</code>, invites will be accepted on the
|
||||
main process.</li>
|
||||
</ul>
|
||||
<p>NOTE: Care should be taken not to enable this setting if the <code>synapse_auto_accept_invite</code> 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
|
||||
|
|
Loading…
Reference in a new issue