From e57b0c98af47827e9791622b1b23b6c496efa8c2 Mon Sep 17 00:00:00 2001 From: Diogo Date: Tue, 10 Dec 2024 11:49:32 +0000 Subject: [PATCH] chat tag --- src/Simplex/Chat/Types.hs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/Simplex/Chat/Types.hs b/src/Simplex/Chat/Types.hs index 40d67ffcf0..aad7557684 100644 --- a/src/Simplex/Chat/Types.hs +++ b/src/Simplex/Chat/Types.hs @@ -1641,12 +1641,7 @@ data ChatTag = ChatTag { chatTagId :: Int64, userId :: UserId, chatTagText :: Text, - chatTagEmoji :: Text - } - deriving (Show) - -data ChatTagChat = ChatTagChat - { chatTagId :: Int64, + chatTagEmoji :: Text, contactId :: Maybe ContactId, groupId :: Maybe GroupId }