mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-09 00:38:34 +01:00
feat(element): Reduced presence values to one for all presence features
This commit is contained in:
@@ -40,7 +40,7 @@ configuration:
|
||||
regex: "@.*"
|
||||
url: null
|
||||
sender_localpart: intercom-service
|
||||
use_presence: {{ .Values.functional.dataProtection.usePresence }}
|
||||
use_presence: {{ .Values.functional.dataProtection.matrixPresence.enabled }}
|
||||
presence:
|
||||
enabled: {{ .Values.functional.dataProtection.matrixPresence.enabled }}
|
||||
|
||||
|
||||
@@ -47,10 +47,6 @@ functional:
|
||||
# yamllint enable rule:line-length
|
||||
|
||||
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
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user