Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Config/BuildSettings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ final class BuildSettings: NSObject {


// MARK: - Bug report
static let bugReportEndpointUrlString = "https://riot.im/bugreports"
static let bugReportEndpointUrlString = "https://rageshakes.element.io/api"
// Use the name allocated by the bug report server
static let bugReportApplicationId = "riot-ios"
static let bugReportUISIId = "element-auto-uisi"
Expand Down
1 change: 1 addition & 0 deletions changelog.d/pr-7979.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the default bug reporting URL.
Loading