|
|
|
@@ -1,25 +1,26 @@ |
|
|
|
<!-- |
|
|
|
SPDX-FileCopyrightText: 2024 MDAD project contributors |
|
|
|
SPDX-FileCopyrightText: 2024 Slavi Pantaleev |
|
|
|
SPDX-FileCopyrightText: 2024 Suguru Hirahara |
|
|
|
SPDX-FileCopyrightText: 2019 Eduardo Beltrame |
|
|
|
SPDX-FileCopyrightText: 2019-2025 Slavi Pantaleev |
|
|
|
SPDX-FileCopyrightText: 2020 Tulir Asokan |
|
|
|
SPDX-FileCopyrightText: 2021, 2024 MDAD project contributors |
|
|
|
SPDX-FileCopyrightText: 2022 Dennis Ciba |
|
|
|
SPDX-FileCopyrightText: 2022 Vladimir Panteleev |
|
|
|
SPDX-FileCopyrightText: 2023 Justin Croonenberghs |
|
|
|
SPDX-FileCopyrightText: 2023 Kuba Orlik |
|
|
|
SPDX-FileCopyrightText: 2023 Pierre 'McFly' Marty |
|
|
|
SPDX-FileCopyrightText: 2023 Samuel Meenzen |
|
|
|
SPDX-FileCopyrightText: 2024 Fabio Bonelli |
|
|
|
SPDX-FileCopyrightText: 2024-2026 Suguru Hirahara |
|
|
|
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later |
|
|
|
--> |
|
|
|
|
|
|
|
# Setting up Synapse Auto Invite Accept (optional) |
|
|
|
# Setting up Synapse Auto Invite Accept (optional, removed) |
|
|
|
|
|
|
|
The playbook can install and configure [synapse-auto-invite-accept](https://github.com/matrix-org/synapse-auto-accept-invite) for you. |
|
|
|
|
|
|
|
In short, it automatically accepts room invites. You can specify that only 1:1 room invites are auto-accepted. Defaults to false if not specified. |
|
|
|
|
|
|
|
See the project's [documentation](https://github.com/matrix-org/synapse-auto-accept-invite/blob/main/README.md) to learn what it does and why it might be useful to you. |
|
|
|
|
|
|
|
**Note**: Synapse [v1.109.0](https://github.com/element-hq/synapse/releases/tag/v1.109.0), the same feature [has been merged](https://github.com/element-hq/synapse/pull/17147) into Synapse (see the [Native alternative](#native-alternative) section below). You'd better use the native feature, instead of the [synapse-auto-invite-accept](https://github.com/matrix-org/synapse-auto-accept-invite) 3rd party module. |
|
|
|
🪦 The playbook used to be able to install and configure [synapse-auto-invite-accept](https://github.com/matrix-org/synapse-auto-accept-invite), but no longer includes this component, as the same functionality [has been integrated](https://github.com/element-hq/synapse/pull/17147) to Synapse since [v1.109.0](https://github.com/element-hq/synapse/releases/tag/v1.109.0). |
|
|
|
|
|
|
|
## Native alternative |
|
|
|
|
|
|
|
Since Synapse [v1.109.0](https://github.com/element-hq/synapse/releases/tag/v1.109.0), the functionality provided by the [synapse-auto-invite-accept](https://github.com/matrix-org/synapse-auto-accept-invite) 3rd party module [has been made](https://github.com/element-hq/synapse/pull/17147) part of Synapse. |
|
|
|
|
|
|
|
Here's example configuration for using the **native** Synapse feature: |
|
|
|
|
|
|
|
```yaml |
|
|
|
|