Fix group search visibility
This commit is contained in:
parent
0e5d6ddd68
commit
35946ef53c
7 changed files with 9 additions and 28 deletions
|
@ -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)
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue