浏览代码

Pull more mautrix-slack defaults from upstream

pull/2227/head
Cody Wyatt Neiman 3 年前
父节点
当前提交
e977242022
找不到此签名对应的密钥 GPG 密钥 ID: 94475C8B94E4698D
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. +5
    -2
      roles/custom/matrix-bridge-mautrix-slack/templates/config.yaml.j2

+ 5
- 2
roles/custom/matrix-bridge-mautrix-slack/templates/config.yaml.j2 查看文件

@@ -5,8 +5,10 @@ homeserver:
address: {{ matrix_mautrix_slack_homeserver_address | to_json }} address: {{ matrix_mautrix_slack_homeserver_address | to_json }}
# The domain of the homeserver (for MXIDs, etc). # The domain of the homeserver (for MXIDs, etc).
domain: {{ matrix_mautrix_slack_homeserver_domain | to_json }} domain: {{ matrix_mautrix_slack_homeserver_domain | to_json }}
# Is the homeserver actually mautrix-asmux?
asmux: false

# What software is the homeserver running?
# Standard Matrix homeservers like Synapse, Dendrite and Conduit should just use "standard" here.
software: standard
# The URL to push real-time bridge status to. # The URL to push real-time bridge status to.
# If set, the bridge will make POST requests to this URL whenever a user's slack connection state changes. # If set, the bridge will make POST requests to this URL whenever a user's slack connection state changes.
# The bridge will use the appservice as_token to authorize requests. # The bridge will use the appservice as_token to authorize requests.
@@ -56,6 +58,7 @@ appservice:
avatar: mxc://maunium.net/pVtzLmChZejGxLqmXtQjFxem avatar: mxc://maunium.net/pVtzLmChZejGxLqmXtQjFxem
# Whether or not to receive ephemeral events via appservice transactions. # Whether or not to receive ephemeral events via appservice transactions.
# Requires MSC2409 support (i.e. Synapse 1.22+). # Requires MSC2409 support (i.e. Synapse 1.22+).
# You should disable bridge -> sync_with_custom_puppets when this is enabled.
ephemeral_events: true ephemeral_events: true


# Should incoming events be handled asynchronously? # Should incoming events be handled asynchronously?


正在加载...
取消
保存