From a09cd1c04ef3871af062a3326be58df50992aea9 Mon Sep 17 00:00:00 2001 From: mkzie2 Date: Tue, 22 Oct 2024 07:25:09 +0700 Subject: [PATCH] invoice thread report displays in invoice pariticipants list --- src/libs/ReportUtils.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/libs/ReportUtils.ts b/src/libs/ReportUtils.ts index 4bae619d928e..a60516f7be4a 100644 --- a/src/libs/ReportUtils.ts +++ b/src/libs/ReportUtils.ts @@ -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(),