feat(element): Functional test for toggle element presence

This commit is contained in:
Sven Andersen
2024-07-30 13:26:02 +02:00
parent 5976684a9a
commit e734ec2e1b

View File

@@ -49,11 +49,11 @@ functional:
dataProtection: dataProtection:
# Enable to allow information about the user presence status to be shared. # 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. # Using this for older Element versions. Deprecated and should be removed, when updating Element.
usePresence: false usePresence: true
matrixPresence: matrixPresence:
# Enable to allow information about the user presence status to be shared. # 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 # Ref.: https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html#presence
enabled: false enabled: true
... ...