Remove conduit workaround

Conduit update 0.5.0 fixed the issue, so this is no longer needed.
This commit is contained in:
Samuel Meenzen
2022-12-21 18:28:34 +01:00
parent 33fb5a4665
commit 0179b0f165
2 changed files with 2 additions and 6 deletions

View File

@ -141,6 +141,6 @@ 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.
# On conduit versions before 0.5.0 this option prevented users from joining spaces created by the bridge.
# Setting this to false fixed the issue.
matrix_mautrix_discord_bridge_restricted_rooms: true