Skip to content

Commit

Permalink
Merge pull request #55763 from bernhardoj/fix/54679-report-stayed-as-…
Browse files Browse the repository at this point in the history
…unread-when-receiving-new-mg

Fix read newest action doesn't mark the report as read
  • Loading branch information
danieldoglas authored Feb 5, 2025
2 parents 0f9e109 + 1934ffe commit f2c2564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/Report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1386,7 +1386,7 @@ function readNewestAction(reportID: string | undefined, shouldResetUnreadMarker
return;
}

const lastReadTime = DateUtils.getDBTime();
const lastReadTime = DateUtils.getDBTimeWithSkew();

const optimisticData: OnyxUpdate[] = [
{
Expand Down

0 comments on commit f2c2564

Please sign in to comment.