mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
chat tag
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user