From b49e7dfeccde5859c90af2eccda54121d4f6e15a Mon Sep 17 00:00:00 2001 From: Ben Banfield-Zanin Date: Thu, 6 Nov 2025 10:13:30 +0000 Subject: [PATCH] Update nightly and release builds to use the dedicated subdomain for 'bug_report_endpoint_url' --- element.io/nightly/config.json | 2 +- element.io/release/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/element.io/nightly/config.json b/element.io/nightly/config.json index 6e5ae63c..3cb23b0b 100644 --- a/element.io/nightly/config.json +++ b/element.io/nightly/config.json @@ -19,7 +19,7 @@ "https://scalar-staging.vector.im/api", "https://scalar-staging.riot.im/scalar/api" ], - "bug_report_endpoint_url": "https://element.io/bugreports/submit", + "bug_report_endpoint_url": "https://rageshakes.element.io/api/submit", "uisi_autorageshake_app": "element-auto-uisi", "show_labs_settings": true, "room_directory": { diff --git a/element.io/release/config.json b/element.io/release/config.json index fba31cf3..9bc948b2 100644 --- a/element.io/release/config.json +++ b/element.io/release/config.json @@ -19,7 +19,7 @@ "https://scalar-staging.vector.im/api", "https://scalar-staging.riot.im/scalar/api" ], - "bug_report_endpoint_url": "https://element.io/bugreports/submit", + "bug_report_endpoint_url": "https://rageshakes.element.io/api/submit", "uisi_autorageshake_app": "element-auto-uisi", "room_directory": { "servers": ["matrix.org", "gitter.im"]