diff --git a/src/libs/ReportUtils.ts b/src/libs/ReportUtils.ts index 2588c1c89039..f900b346a3c9 100644 --- a/src/libs/ReportUtils.ts +++ b/src/libs/ReportUtils.ts @@ -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(),