From 12c2a09c85c4744dfbfb8f04eeb6f011acce19df Mon Sep 17 00:00:00 2001 From: Diogo Date: Wed, 11 Dec 2024 15:17:24 +0000 Subject: [PATCH] get tags fix --- src/Simplex/Chat.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Simplex/Chat.hs b/src/Simplex/Chat.hs index ae86d6a1f9..818cc8d7ea 100644 --- a/src/Simplex/Chat.hs +++ b/src/Simplex/Chat.hs @@ -8421,7 +8421,7 @@ chatCommandP = "/sql chat " *> (ExecChatStoreSQL <$> textP), "/sql agent " *> (ExecAgentStoreSQL <$> textP), "/sql slow" $> SlowSQLQueries, - "/_get tags" *> (APIGetChatTags <$> A.decimal), + "/_get tags " *> (APIGetChatTags <$> A.decimal), "/_get chats " *> ( APIGetChats <$> A.decimal