浏览代码

Related to 3daf14d69 and 60ab08014 which enable async media by default for mautrix-go bridges

pull/4572/head
jasonlaguidice 11 个月前
父节点
当前提交
c45f495d2f
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      group_vars/matrix_servers

+ 3
- 0
group_vars/matrix_servers 查看文件

@@ -2818,6 +2818,9 @@ matrix_steam_bridge_appservice_token: "{{ '%s' | format(matrix_homeserver_generi

matrix_steam_bridge_homeserver_address: "{{ matrix_addons_homeserver_client_api_url }}"
matrix_steam_bridge_homeserver_token: "{{ '%s' | format(matrix_homeserver_generic_secret_key) | password_hash('sha512', 'steam.hs.token', rounds=655555) | to_uuid }}"

matrix_steam_bridge_homeserver_async_media: "{{ matrix_homeserver_implementation in ['synapse'] }}"

matrix_steam_bridge_public_media_signing_key: "{{ ('%s' | format(matrix_homeserver_generic_secret_key) | password_hash('sha512', 'steam.pub.key', rounds=655555) | to_uuid) if matrix_steam_bridge_public_media_enabled else '' }}"

matrix_steam_bridge_provisioning_shared_secret: "{{ '%s' | format(matrix_homeserver_generic_secret_key) | password_hash('sha512', 'steam.prov', rounds=655555) | to_uuid }}"


正在加载...
取消
保存