bridge-mautrix-signal: add option for creating non-federated rooms

This commit is contained in:
László Várady
2022-03-05 21:09:21 +01:00
parent 5c083b6385
commit d1d68417ff
2 changed files with 5 additions and 1 deletions

View File

@ -56,6 +56,10 @@ matrix_mautrix_signal_homeserver_token: ''
matrix_mautrix_signal_appservice_bot_username: signalbot
# Whether or not created rooms should have federation enabled.
# If false, created portal rooms will never be federated.
matrix_mautrix_signal_federate_rooms: true
# Database-related configuration fields
#
# This bridge only supports postgres.