Skip to content

Commit 77a35ac

Browse files
authored
Merge pull request #856 from element-hq/bbz/update-rageshake-url
Update bug reporting endpoint
2 parents b6ea092 + 8fba8fa commit 77a35ac

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ SPDX-License-Identifier: AGPL-3.0-only
3434
{{- $_ := set $config "setting_defaults" $settingDefaults -}}
3535
{{- $defaultServerConfig := dict "m.homeserver" $mHomeserver -}}
3636
{{- $_ := set $config "default_server_config" $defaultServerConfig -}}
37-
{{- $_ := set $config "bug_report_endpoint_url" "https://element.io/bugreports/submit" -}}
37+
{{- $_ := set $config "bug_report_endpoint_url" "https://rageshakes.element.io/api/submit" -}}
3838
{{- $_ := set $config "map_style_url" "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx" -}}
3939
{{- $_ := set $config "mobile_guide_app_variant" "element" -}}
4040
{{- with .additional }}

newsfragments/856.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update Element Web's default bug report URL to use the dedicated subdomain for bug reporting.

tests/manifests/test_element_web.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ async def test_config_json_override(values, make_templates):
1515
if template["kind"] == "ConfigMap" and "element-web" in template["metadata"]["name"]:
1616
config_json = json.loads(template["data"]["config.json"])
1717
assert config_json == {
18-
"bug_report_endpoint_url": "https://element.io/bugreports/submit",
18+
"bug_report_endpoint_url": "https://rageshakes.element.io/api/submit",
1919
"default_server_config": {"m.homeserver": {}},
2020
"map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx",
2121
"mobile_guide_app_variant": "element",

0 commit comments

Comments
 (0)