From 53ac8ff3cff946faf41601d148c12767f1736cf2 Mon Sep 17 00:00:00 2001 From: Abdelrahman Khattab Date: Wed, 3 Apr 2024 09:22:27 +0200 Subject: [PATCH] Fixing the navigation of leaving self-dm thread --- src/libs/actions/Report.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libs/actions/Report.ts b/src/libs/actions/Report.ts index a27f92ef8f57..f5315f2c8006 100644 --- a/src/libs/actions/Report.ts +++ b/src/libs/actions/Report.ts @@ -2381,6 +2381,7 @@ function leaveRoom(reportID: string, isWorkspaceMemberLeavingWorkspaceRoom = fal policies: {}, excludeEmptyChats: true, doesReportHaveViolations: false, + includeSelfDM: true, }), ); const lastAccessedReportID = filteredReportsByLastRead.at(-1)?.reportID;