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(),