From c2e4d2a956647508e0f70d0ebf0a6fa1081c4e1d Mon Sep 17 00:00:00 2001 From: Nicolas Buquet <> Date: Mon, 27 Mar 2023 15:16:21 +0200 Subject: [PATCH] test --- Riot/Modules/BugReport/BugReportViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Riot/Modules/BugReport/BugReportViewController.m b/Riot/Modules/BugReport/BugReportViewController.m index 4b5652554..ab886c791 100644 --- a/Riot/Modules/BugReport/BugReportViewController.m +++ b/Riot/Modules/BugReport/BugReportViewController.m @@ -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