Skip to content

Commit

Permalink
Merge pull request #23616 from StevenKKC/fixAccessDeletedLink
Browse files Browse the repository at this point in the history
fix still able to access the deleted link preview
  • Loading branch information
marcaaron authored Jul 26, 2023
2 parents 5ffd4e6 + 64e0b04 commit ecfbafe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/actions/Report.js
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,7 @@ function deleteReportComment(reportID, reportAction) {
previousMessage: reportAction.message,
message: deletedMessage,
errors: null,
linkMetadata: [],
},
};

Expand Down

0 comments on commit ecfbafe

Please sign in to comment.