We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee1196d + 3a3c9a7 commit 1490cecCopy full SHA for 1490cec
src/libs/OptionsListUtils.ts
@@ -744,7 +744,7 @@ function createOption(
744
result.tooltipText = ReportUtils.getReportParticipantsTitle(visibleParticipantAccountIDs);
745
result.isOneOnOneChat = isOneOnOneChat;
746
747
- hasMultipleParticipants = personalDetailList.length > 1 || result.isChatRoom || result.isPolicyExpenseChat;
+ hasMultipleParticipants = personalDetailList.length > 1 || result.isChatRoom || result.isPolicyExpenseChat || ReportUtils.isGroupChat(report);
748
subtitle = ReportUtils.getChatRoomSubtitle(report);
749
750
const lastActorDetails = personalDetailMap[report.lastActorAccountID ?? 0] ?? null;
0 commit comments