diff --git a/src/Simplex/Chat/Types.hs b/src/Simplex/Chat/Types.hs index aad7557684..f03b906d0e 100644 --- a/src/Simplex/Chat/Types.hs +++ b/src/Simplex/Chat/Types.hs @@ -1639,7 +1639,6 @@ data CommandData = CommandData data ChatTag = ChatTag { chatTagId :: Int64, - userId :: UserId, chatTagText :: Text, chatTagEmoji :: Text, contactId :: Maybe ContactId,