瀏覽代碼

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

pull/1676/head
László Várady 4 年之前
父節點
當前提交
d6df1e7135
共有 2 個文件被更改,包括 6 次插入0 次删除
  1. +3
    -0
      roles/matrix-bridge-mautrix-googlechat/defaults/main.yml
  2. +3
    -0
      roles/matrix-bridge-mautrix-googlechat/templates/config.yaml.j2

+ 3
- 0
roles/matrix-bridge-mautrix-googlechat/defaults/main.yml 查看文件

@@ -41,6 +41,9 @@ matrix_mautrix_googlechat_systemd_wanted_services_list: []
matrix_mautrix_googlechat_appservice_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.
#


+ 3
- 0
roles/matrix-bridge-mautrix-googlechat/templates/config.yaml.j2 查看文件

@@ -93,6 +93,9 @@ bridge:
# This will cause the bridge bot to be in private chats for the encryption to work properly.
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
web:
# Auth server config


Loading…
取消
儲存