소스 검색
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
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
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 |
|
|
|
|
|
|
|
|