We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcd0b2f + 2ffd424 commit 348b8b7Copy full SHA for 348b8b7
1 file changed
src/libs/OptionsListUtils/index.ts
@@ -2523,6 +2523,7 @@ function getValidOptions(
2523
!report.isThread &&
2524
report.item?.chatType !== CONST.REPORT.CHAT_TYPE.SELF_DM &&
2525
report.item?.chatType !== CONST.REPORT.CHAT_TYPE.POLICY_ADMINS &&
2526
+ report.item?.chatType !== CONST.REPORT.CHAT_TYPE.GROUP &&
2527
!report.private_isArchived
2528
) {
2529
const participant = report.item?.participants?.[currentUserAccountID];
0 commit comments