Skip to content

Commit

Permalink
invoice thread report displays in invoice pariticipants list
Browse files Browse the repository at this point in the history
  • Loading branch information
mkzie2 committed Oct 22, 2024
1 parent 73cbbd2 commit a09cd1c
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 @@ -4503,6 +4503,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 a09cd1c

Please sign in to comment.