Do not auto-enable Valkey when Element Call is enabled

Not sure why we were doing this.

LiveKit Server may utilize Valkey, but we don't configure it this way,
so there's no need to do it.
This commit is contained in:
Slavi Pantaleev 2025-04-09 13:11:57 +03:00
parent 81d6a2adca
commit bf2f293323

View File

@ -4537,7 +4537,7 @@ ntfy_visitor_request_limit_exempt_hosts_hostnames_auto: |
# #
###################################################################### ######################################################################
valkey_enabled: "{{ matrix_synapse_workers_enabled or (matrix_hookshot_enabled and matrix_hookshot_encryption_enabled) or matrix_element_call_enabled }}" valkey_enabled: "{{ matrix_synapse_workers_enabled or (matrix_hookshot_enabled and matrix_hookshot_encryption_enabled) }}"
valkey_identifier: matrix-valkey valkey_identifier: matrix-valkey