Skip to content

Commit 7412300

Browse files
committed
Be explicit about pointing to Element X when accessing EW from mobile
1 parent 06b9e11 commit 7412300

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

charts/matrix-stack/configs/element-web/config.json.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ SPDX-License-Identifier: AGPL-3.0-only
3535
{{- $_ := set $config "default_server_config" $defaultServerConfig -}}
3636
{{- $_ := set $config "bug_report_endpoint_url" "https://element.io/bugreports/submit" -}}
3737
{{- $_ := set $config "map_style_url" "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx" -}}
38+
{{- $_ := set $config "mobile_guide_app_variant" "element" -}}
3839
{{- with .additional }}
3940
{{- range $key := (. | keys | uniq | sortAlpha) }}
4041
{{- $prop := index $root.Values.elementWeb.additional $key }}

newsfragments/610.changed.1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Set Element X as app to be pointed to when accessing Element Web from a mobile browser.

0 commit comments

Comments
 (0)