Disable restricted rooms by default

This commit is contained in:
Tulir Asokan
2026-01-21 18:47:43 +02:00
parent 11b1ea5aa6
commit 5c4527f1b2

View File

@@ -130,7 +130,7 @@ bridge:
message_error_notices: true message_error_notices: true
# Should the bridge use space-restricted join rules instead of invite-only for guild rooms? # 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. # This can avoid unnecessary invite events in guild rooms when members are synced in.
restricted_rooms: true restricted_rooms: false
# Should the bridge automatically join the user to threads on Discord when the thread is opened on Matrix? # Should the bridge automatically join the user to threads on Discord when the thread is opened on Matrix?
# This only works with clients that support thread read receipts (MSC3771 added in Matrix v1.4). # This only works with clients that support thread read receipts (MSC3771 added in Matrix v1.4).
autojoin_thread_on_open: true autojoin_thread_on_open: true