mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-25 02:18:31 +01:00
bridge-mautrix-googlechat: add option for creating non-federated rooms
This commit is contained in:
parent
2c861c90bc
commit
d6df1e7135
@ -41,6 +41,9 @@ matrix_mautrix_googlechat_systemd_wanted_services_list: []
|
|||||||
matrix_mautrix_googlechat_appservice_token: ''
|
matrix_mautrix_googlechat_appservice_token: ''
|
||||||
matrix_mautrix_googlechat_homeserver_token: ''
|
matrix_mautrix_googlechat_homeserver_token: ''
|
||||||
|
|
||||||
|
# Whether or not created rooms should have federation enabled.
|
||||||
|
# If false, created portal rooms will never be federated.
|
||||||
|
matrix_mautrix_googlechat_federate_rooms: true
|
||||||
|
|
||||||
# Database-related configuration fields.
|
# Database-related configuration fields.
|
||||||
#
|
#
|
||||||
|
@ -93,6 +93,9 @@ bridge:
|
|||||||
# This will cause the bridge bot to be in private chats for the encryption to work properly.
|
# This will cause the bridge bot to be in private chats for the encryption to work properly.
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
|
# Whether or not created rooms should have federation enabled.
|
||||||
|
# If false, created portal rooms will never be federated.
|
||||||
|
federate_rooms: {{ matrix_mautrix_googlechat_federate_rooms|to_json }}
|
||||||
# Public website and API configs
|
# Public website and API configs
|
||||||
web:
|
web:
|
||||||
# Auth server config
|
# Auth server config
|
||||||
|
Loading…
Reference in New Issue
Block a user