mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-07 07:51:38 +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
|
url: null
|
||||||
sender_localpart: intercom-service
|
sender_localpart: intercom-service
|
||||||
presence: {{ .Values.functional.dataProtection.matrixPresence.enabled }}
|
presence: {{ .Values.functional.dataProtection.matrixPresence.enabled }}
|
||||||
|
use_presence: {{ .Values.functional.dataProtection.usePresence.enabled }}
|
||||||
|
|
||||||
|
|
||||||
smtp:
|
smtp:
|
||||||
|
|||||||
@@ -51,5 +51,8 @@ functional:
|
|||||||
# 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: 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