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