mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 23:41:43 +01:00
feat(element): Implement toggle for presence Status for older Element Versions
This commit is contained in:
@@ -41,6 +41,7 @@ configuration:
|
||||
url: null
|
||||
sender_localpart: intercom-service
|
||||
presence: {{ .Values.functional.dataProtection.matrixPresence.enabled }}
|
||||
use_presence: {{ .Values.functional.dataProtection.usePresence.enabled }}
|
||||
|
||||
|
||||
smtp:
|
||||
|
||||
@@ -51,5 +51,8 @@ functional:
|
||||
# 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
|
||||
|
||||
usePresence:
|
||||
# Enable to allow information about the user presence status to be shared.
|
||||
# Use this for older Element-Versions
|
||||
enabled: false
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user