mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 15:31:38 +01:00
feat(element): Default for Element status disabled
This commit is contained in:
@@ -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
|
||||
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user