mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-08 16:28:36 +01:00
feat(element): Implement toggle for userpresence within element-synapse and removed it from client
This commit is contained in:
@@ -145,8 +145,4 @@ resources:
|
|||||||
theme:
|
theme:
|
||||||
{{ .Values.theme | toYaml | nindent 2 }}
|
{{ .Values.theme | toYaml | nindent 2 }}
|
||||||
|
|
||||||
presence:
|
|
||||||
enabled: {{ .Values.functional.dataProtection.matrixPresence.enabled }}
|
|
||||||
use_presence:
|
|
||||||
enabled: {{ .Values.functional.dataProtection.usePresence.enabled }}
|
|
||||||
...
|
...
|
||||||
|
|||||||
@@ -40,8 +40,10 @@ configuration:
|
|||||||
regex: "@.*"
|
regex: "@.*"
|
||||||
url: null
|
url: null
|
||||||
sender_localpart: intercom-service
|
sender_localpart: intercom-service
|
||||||
presence: {{ .Values.functional.dataProtection.matrixPresence.enabled }}
|
use_presence: {{ .Values.functional.dataProtection.usePresence }}
|
||||||
use_presence: {{ .Values.functional.dataProtection.usePresence.enabled }}
|
presence:
|
||||||
|
enabled: {{ .Values.functional.dataProtection.matrixPresence.enabled }}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
smtp:
|
smtp:
|
||||||
|
|||||||
@@ -47,12 +47,13 @@ functional:
|
|||||||
# yamllint enable rule:line-length
|
# yamllint enable rule:line-length
|
||||||
|
|
||||||
dataProtection:
|
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:
|
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: 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