Skip to content

Commit

Permalink
Merge pull request #39476 from abzokhattab/fix-leave-self-dm-thread-n…
Browse files Browse the repository at this point in the history
…avigation

Fixing the navigation of leaving self-dm thread
  • Loading branch information
luacmartins authored Apr 3, 2024
2 parents 5c90e1f + 53ac8ff commit c2ac290
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/actions/Report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2381,6 +2381,7 @@ function leaveRoom(reportID: string, isWorkspaceMemberLeavingWorkspaceRoom = fal
policies: {},
excludeEmptyChats: true,
doesReportHaveViolations: false,
includeSelfDM: true,
}),
);
const lastAccessedReportID = filteredReportsByLastRead.at(-1)?.reportID;
Expand Down

0 comments on commit c2ac290

Please sign in to comment.