feat(element): Default for Element status disabled

This commit is contained in:
Sven Andersen
2024-07-30 15:00:25 +02:00
parent e734ec2e1b
commit 879014e068

View File

@@ -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: true
usePresence: false
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: true
enabled: false
...