diff --git a/src/libs/actions/Report.js b/src/libs/actions/Report.js index aff30887392d..4edd2115dec4 100644 --- a/src/libs/actions/Report.js +++ b/src/libs/actions/Report.js @@ -1171,11 +1171,7 @@ function addAction(reportID, text, file) { file, reportComment: commentText, clientID: optimisticReportActionID, - - // The persist flag enables this request to be retried if we are offline and the app is completely killed. We do - // not retry attachments as we have no solution for storing them persistently and attachments can't be "lost" in - // the same way report actions can. - persist: !isAttachment, + persist: true, }) .then((response) => { if (response.jsonCode === 408) {