Fix group search visibility

This commit is contained in:
trevor-signal 2024-10-23 12:49:22 -04:00 committed by trevor-signal
parent 0e5d6ddd68
commit 35946ef53c
7 changed files with 9 additions and 28 deletions

View file

@ -589,8 +589,7 @@ export const getAllComposableConversations = createSelector(
// All conversation should have a title except in weird cases where
// they don't, in that case we don't want to show these for Forwarding.
conversation.titleNoDefault &&
hasDisplayInfo(conversation) &&
!conversation.hiddenFromConversationSearch
hasDisplayInfo(conversation)
)
);