浏览代码

update default hookshot webhook mxid prefix

pull/1505/head
HarHarLinks 4 年前
父节点
当前提交
df074151cd
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      roles/matrix-bridge-hookshot/defaults/main.yml

+ 2
- 1
roles/matrix-bridge-hookshot/defaults/main.yml 查看文件

@@ -86,7 +86,8 @@ matrix_hookshot_generic_enabled: true
matrix_hookshot_generic_endpoint: "{{ matrix_hookshot_webhook_endpoint }}"
matrix_hookshot_generic_urlprefix: "{{ matrix_server_fqn_matrix }}{{ matrix_hookshot_generic_endpoint }}"
matrix_hookshot_generic_allow_js_transformation_functions: false
matrix_hookshot_generic_user_id_prefix: 'webhooks_'
# if you're also using matrix-appservice-webhooks, take care that these prefixes don't overlap
matrix_hookshot_generic_user_id_prefix: '_webhooks_'


matrix_hookshot_figma_enabled: false


正在加载...
取消
保存