Clarify behavior of group deletion
This commit is contained in:
parent
8c6a4247f2
commit
4d3c6beed9
8 changed files with 62 additions and 9 deletions
|
@ -175,6 +175,9 @@ export function getConversation(model: ConversationModel): ConversationType {
|
|||
groupVersion,
|
||||
groupId: attributes.groupId,
|
||||
groupLink: buildGroupLink(attributes),
|
||||
hiddenFromConversationSearch: Boolean(
|
||||
attributes.hiddenFromConversationSearch
|
||||
),
|
||||
hideStory: Boolean(attributes.hideStory),
|
||||
inboxPosition,
|
||||
isArchived: attributes.isArchived,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue