core: chat search (#914)

This commit is contained in:
JRoberts
2022-08-08 22:48:42 +04:00
committed by GitHub
parent cd28ba62a1
commit 7531791f1b
4 changed files with 69 additions and 59 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ data ChatCommand
| APIImportArchive ArchiveConfig
| APIDeleteStorage
| APIGetChats {pendingConnections :: Bool}
| APIGetChat ChatRef ChatPagination
| APIGetChat ChatRef ChatPagination (Maybe String)
| APIGetChatItems Int
| APISendMessage ChatRef ComposedMessage
| APIUpdateChatItem ChatRef ChatItemId MsgContent