Upgrade Hookshot (5.4.1 -> 6.0.1)

This commit is contained in:
Slavi Pantaleev
2024-11-29 17:51:11 +02:00
parent daf9418610
commit 119e78bc11
6 changed files with 17 additions and 14 deletions

View File

@ -113,8 +113,8 @@ metrics:
cache:
redisUri: {{ matrix_hookshot_cache_redisUri | to_json }}
{% endif %}
{% if matrix_hookshot_experimental_encryption_enabled %}
experimentalEncryption:
{% if matrix_hookshot_encryption_enabled %}
encryption:
storagePath: /data/encryption
{% endif %}
logging:

View File

@ -29,8 +29,9 @@ sender_localpart: hookshot
url: "http://{{ matrix_hookshot_container_url }}:{{ matrix_hookshot_appservice_port }}" # This should match the bridge.port in your config file
rate_limited: false
{% if matrix_hookshot_experimental_encryption_enabled %}
{% if matrix_hookshot_encryption_enabled %}
de.sorunome.msc2409.push_ephemeral: true
push_ephemeral: true
org.matrix.msc3202: true
org.matrix.msc3202: true
{% endif %}