Skip to content

Commit fe42100

Browse files
authored
Use the dedicated subdomain for the bug report URL by default (#7979)
* Use the dedicated subdomain for the bug report URL by default Signed-off-by: Ben Banfield-Zanin <[email protected]> * Rename changelog file. --------- Signed-off-by: Ben Banfield-Zanin <[email protected]>
1 parent dae111a commit fe42100

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Config/BuildSettings.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ final class BuildSettings: NSObject {
196196

197197

198198
// MARK: - Bug report
199-
static let bugReportEndpointUrlString = "https://riot.im/bugreports"
199+
static let bugReportEndpointUrlString = "https://rageshakes.element.io/api"
200200
// Use the name allocated by the bug report server
201201
static let bugReportApplicationId = "riot-ios"
202202
static let bugReportUISIId = "element-auto-uisi"

changelog.d/pr-7979.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update the default bug reporting URL.

0 commit comments

Comments
 (0)