From d63cfe59a885df35394b45d21eb340a68f3a0b3f Mon Sep 17 00:00:00 2001 From: Diogo Date: Tue, 10 Dec 2024 12:27:42 +0000 Subject: [PATCH] update type --- src/Simplex/Chat/Types.hs | 1 - 1 file changed, 1 deletion(-) 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,