Clarify function of "Delete" option when deleting conversation messages

This commit is contained in:
trevor-signal 2023-10-30 20:02:50 -04:00 committed by GitHub
parent edd6ed5fab
commit fcf2c0a3f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 20 additions and 29 deletions

View file

@ -177,9 +177,6 @@ export function getConversation(model: ConversationModel): ConversationType {
groupId: attributes.groupId,
groupLink: buildGroupLink(attributes),
hideStory: Boolean(attributes.hideStory),
hiddenFromConversationSearch: Boolean(
attributes.hiddenFromConversationSearch
),
inboxPosition,
isArchived: attributes.isArchived,
isBlocked: isBlocked(attributes),