We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f41386c commit 509bb60Copy full SHA for 509bb60
2 files changed
charts/matrix-stack/configs/element-web/config.json.tpl
@@ -35,6 +35,7 @@ SPDX-License-Identifier: AGPL-3.0-only
35
{{- $_ := set $config "default_server_config" $defaultServerConfig -}}
36
{{- $_ := set $config "bug_report_endpoint_url" "https://element.io/bugreports/submit" -}}
37
{{- $_ := set $config "map_style_url" "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx" -}}
38
+{{- $_ := set $config "mobile_guide_app_variant" "element" -}}
39
{{- with .additional }}
40
{{- range $key := (. | keys | uniq | sortAlpha) }}
41
{{- $prop := index $root.Values.elementWeb.additional $key }}
newsfragments/610.changed.1.md
@@ -0,0 +1 @@
1
+Set Element X as app to be pointed to when accessing Element Web from a mobile browser.
0 commit comments