From e734ec2e1b381e9b86d909e6e12deebea0f5e438 Mon Sep 17 00:00:00 2001 From: Sven Andersen Date: Tue, 30 Jul 2024 13:26:02 +0200 Subject: [PATCH] feat(element): Functional test for toggle element presence --- helmfile/environments/default/functional.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helmfile/environments/default/functional.yaml b/helmfile/environments/default/functional.yaml index 891d0256..798df694 100644 --- a/helmfile/environments/default/functional.yaml +++ b/helmfile/environments/default/functional.yaml @@ -49,11 +49,11 @@ functional: dataProtection: # Enable to allow information about the user presence status to be shared. # Using this for older Element versions. Deprecated and should be removed, when updating Element. - usePresence: false - + usePresence: true + matrixPresence: # Enable to allow information about the user presence status to be shared. # Ref.: https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html#presence - enabled: false + enabled: true ...