From 5def3b176fa9fa472342a054750d00fc8bd40259 Mon Sep 17 00:00:00 2001 From: Aine Date: Sat, 7 Jun 2025 13:22:27 +0300 Subject: [PATCH] make hookshot honor the matrix_bridges_encryption_enabled var --- roles/custom/matrix-bridge-hookshot/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-bridge-hookshot/defaults/main.yml b/roles/custom/matrix-bridge-hookshot/defaults/main.yml index e48ff2c17..606562877 100644 --- a/roles/custom/matrix-bridge-hookshot/defaults/main.yml +++ b/roles/custom/matrix-bridge-hookshot/defaults/main.yml @@ -74,7 +74,7 @@ matrix_hookshot_cache_redisUri: "{{ ('redis://' + matrix_hookshot_cache_redis_ho # - support to also be enabled in the homeserver, see the documentation of Hookshot. # - Hookshot to be pointed at a Redis instance via the `matrix_hookshot_cache_redis*` variables. # See: https://matrix-org.github.io/matrix-hookshot/latest/advanced/encryption.html -matrix_hookshot_encryption_enabled: false +matrix_hookshot_encryption_enabled: "{{ matrix_bridges_encryption_enabled }}" # Controls whether metrics are enabled in the bridge configuration. # Enabling them is usually enough for a local (in-container) Prometheus to consume them.