浏览代码

Enable hookshot feeds by default

as per documentation: "Services that need no further configuration are enabled by default" and feeds service doesn't require it
pull/2164/head
Aine 3 年前
committed by GitHub
父节点
当前提交
9412140477
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      roles/matrix-bridge-hookshot/defaults/main.yml

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

@@ -128,7 +128,7 @@ matrix_hookshot_generic_allow_js_transformation_functions: false
matrix_hookshot_generic_user_id_prefix: '_webhooks_'


matrix_hookshot_feeds_enabled: false
matrix_hookshot_feeds_enabled: true
# polling interval in seconds
matrix_hookshot_feeds_interval: 600



正在加载...
取消
保存