瀏覽代碼

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

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

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

@@ -33,6 +33,9 @@ matrix_mautrix_facebook_systemd_wanted_services_list: []
matrix_mautrix_facebook_appservice_token: ''
matrix_mautrix_facebook_homeserver_token: ''

# Whether or not created rooms should have federation enabled.
# If false, created portal rooms will never be federated.
matrix_mautrix_facebook_federate_rooms: true

# Database-related configuration fields.
#


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

@@ -141,6 +141,9 @@ bridge:
delivery_receipts: false
# Whether to allow inviting arbitrary mxids to portal rooms
allow_invites: false
# Whether or not created rooms should have federation enabled.
# If false, created portal rooms will never be federated.
federate_rooms: {{ matrix_mautrix_facebook_federate_rooms|to_json }}
# Settings for backfilling messages from Facebook.
backfill:
# Whether or not the Facebook users of logged in Matrix users should be


Loading…
取消
儲存