Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Buquet committed Mar 27, 2023
1 parent 50c4acd commit c2e4d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Riot/Modules/BugReport/BugReportViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ - (IBAction)onSendButtonPress:(id)sender
}];

[bugReportRestClient vc_sendBugReportWithDescription:bugReportDescription
sendLogs:false /*_sendLogs */ // Tchap : force to not send log files becasue they are too big and generate an error 500 on backend.
sendLogs:false /*_sendLogs */ // Tchap : force to not send log files becasue they are too big and generate an error 500 on backend.
sendCrashLog:_reportCrash
sendFiles:files
additionalLabels:nil
Expand Down

0 comments on commit c2e4d2a

Please sign in to comment.