Skip to content

Commit

Permalink
Update src/libs/ReportUtils.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Gale-Rosen <[email protected]>
  • Loading branch information
allgandalf and dangrous authored Sep 25, 2024
1 parent e92e7d5 commit d5e3428
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/ReportUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4179,6 +4179,7 @@ function buildOptimisticAddCommentReportAction(
const isAttachmentWithText = !!text && file !== undefined;
const accountID = actorAccountID ?? currentUserAccountID ?? -1;
const delegateAccountDetails = PersonalDetailsUtils.getPersonalDetailByEmail(delegateEmail);

// Remove HTML from text when applying optimistic offline comment
return {
commentText,
Expand Down

0 comments on commit d5e3428

Please sign in to comment.