Clarify behavior of group deletion
This commit is contained in:
parent
8c6a4247f2
commit
4d3c6beed9
8 changed files with 62 additions and 9 deletions
|
@ -589,7 +589,8 @@ 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)
|
||||
hasDisplayInfo(conversation) &&
|
||||
!conversation.hiddenFromConversationSearch
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue