get chat tags with supplied user id

This commit is contained in:
Diogo
2024-12-11 12:00:44 +00:00
parent f74f6dfb5a
commit 56dde80689
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -294,7 +294,7 @@ data ChatCommand
| ExecChatStoreSQL Text
| ExecAgentStoreSQL Text
| SlowSQLQueries
| APIGetChatTags
| APIGetChatTags UserId
| APIGetChats {userId :: UserId, pendingConnections :: Bool, pagination :: PaginationByTime, query :: ChatListQuery}
| APIGetChat ChatRef ChatPagination (Maybe String)
| APIGetChatItems ChatPagination (Maybe String)