fix(mautrix-discord): allow configuring the restricted_rooms option

This commit is contained in:
Samuel Meenzen
2022-10-09 21:59:33 +02:00
committed by GitHub
parent e6ecd54e72
commit 7cc3aae041
2 changed files with 5 additions and 1 deletions

View File

@ -140,3 +140,7 @@ matrix_mautrix_discord_registration: "{{ matrix_mautrix_discord_registration_yam
matrix_mautrix_discord_bridge_encryption_allow: false
matrix_mautrix_discord_bridge_encryption_default: "{{ matrix_mautrix_discord_bridge_encryption_allow }}"
matrix_mautrix_discord_bridge_encryption_key_sharing_allow: "{{ matrix_mautrix_discord_bridge_encryption_allow }}"
# On conduit this option may prevent you from joining spaces created by the bridge.
# Setting this to false fixes the issue.
matrix_mautrix_discord_restricted_rooms: true