File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1+ Clarify default behaviour of the
2+ [`auto_accept_invites.worker_to_run_on`](https://element-hq.github.io/synapse/develop/usage/configuration/config_documentation.html#auto-accept-invites)
3+ option.
Original file line number Diff line number Diff line change @@ -4685,7 +4685,9 @@ This setting has the following sub-options:
46854685* `only_for_direct_messages`: Whether invites should be automatically accepted for all room types, or only
46864686 for direct messages. Defaults to false.
46874687* `only_from_local_users`: Whether to only automatically accept invites from users on this homeserver. Defaults to false.
4688- * `worker_to_run_on`: Which worker to run this module on. This must match the "worker_name".
4688+ * `worker_to_run_on`: Which worker to run this module on. This must match
4689+ the "worker_name". If not set or `null`, invites will be accepted on the
4690+ main process.
46894691
46904692NOTE : Care should be taken not to enable this setting if the `synapse_auto_accept_invite` module is enabled and installed.
46914693The two modules will compete to perform the same task and may result in undesired behaviour. For example, multiple join
You can’t perform that action at this time.
0 commit comments