Skip to content

Commit

Permalink
Merge pull request #30814 from dukenv0307/fix/30615
Browse files Browse the repository at this point in the history
Display public room in LHN
  • Loading branch information
neil-marcellini authored Nov 6, 2023
2 parents b0ca383 + a10c835 commit d3edf53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/ReportUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -3301,6 +3301,7 @@ function shouldReportBeInOptionList(report, currentReportId, isInGSDMode, betas,
(report.participantAccountIDs &&
report.participantAccountIDs.length === 0 &&
!isChatThread(report) &&
!isPublicRoom(report) &&
!isUserCreatedPolicyRoom(report) &&
!isArchivedRoom(report) &&
!isMoneyRequestReport(report) &&
Expand Down

0 comments on commit d3edf53

Please sign in to comment.