Skip to content

Commit 348b8b7

Browse files
authored
Merge pull request #89577 from Expensify/claude-excludeGroupChatsFromHiddenFilter
Exclude group chats from hidden report filter in search
2 parents dcd0b2f + 2ffd424 commit 348b8b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/libs/OptionsListUtils/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2523,6 +2523,7 @@ function getValidOptions(
25232523
!report.isThread &&
25242524
report.item?.chatType !== CONST.REPORT.CHAT_TYPE.SELF_DM &&
25252525
report.item?.chatType !== CONST.REPORT.CHAT_TYPE.POLICY_ADMINS &&
2526+
report.item?.chatType !== CONST.REPORT.CHAT_TYPE.GROUP &&
25262527
!report.private_isArchived
25272528
) {
25282529
const participant = report.item?.participants?.[currentUserAccountID];

0 commit comments

Comments
 (0)