Skip to content

Commit

Permalink
Merge pull request #51213 from mkzie2/mkzie2-issue/49941
Browse files Browse the repository at this point in the history
fix: invoice thread report displays in invoice participants list in offline
  • Loading branch information
arosiclair authored Oct 24, 2024
2 parents 09f19c3 + a09cd1c commit 7dbc22d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/libs/ReportUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4517,6 +4517,9 @@ function buildOptimisticInvoiceReport(chatReportID: string, policyID: string, re
[currentUserAccountID ?? -1]: {
notificationPreference: CONST.REPORT.NOTIFICATION_PREFERENCE.HIDDEN,
},
[receiverAccountID]: {
notificationPreference: CONST.REPORT.NOTIFICATION_PREFERENCE.HIDDEN,
},
},
parentReportID: chatReportID,
lastVisibleActionCreated: DateUtils.getDBTime(),
Expand Down

0 comments on commit 7dbc22d

Please sign in to comment.