diff --git a/src/libs/ReportUtils.ts b/src/libs/ReportUtils.ts index 4de976aaf160c..a39bf5c9d59ae 100644 --- a/src/libs/ReportUtils.ts +++ b/src/libs/ReportUtils.ts @@ -5174,7 +5174,7 @@ function isUnread(report: OnyxEntry): boolean { return false; } - if (isEmptyReport(report)) { + if (isEmptyReport(report) && !isSelfDM(report)) { return false; } // lastVisibleActionCreated and lastReadTime are both datetime strings and can be compared directly