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