Add config option to disable using restricted join rule

This commit is contained in:
Tulir Asokan
2022-05-30 15:59:26 +03:00
parent aa666c9889
commit 5ff8a988a8
4 changed files with 6 additions and 2 deletions

View File

@@ -77,6 +77,9 @@ bridge:
# Should the bridge send a read receipt from the bridge bot when a message has been sent to Discord?
delivery_receipts: false
# Should the bridge use space-restricted join rules instead of invite-only for guild rooms?
# This can avoid unnecessary invite events in guild rooms when members are synced in.
restricted_rooms: true
# Should the bridge sync with double puppeting to receive EDUs that aren't normally sent to appservices.
sync_with_custom_puppets: true
# Should the bridge update the m.direct account data event when double puppeting is enabled.