mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
* core: mark chat as read without specifying the items range, closes #647 * moar tests
This commit is contained in:
committed by
GitHub
parent
da793bbf4f
commit
c1eed47463
@@ -107,7 +107,7 @@ data ChatCommand
|
||||
| APISendMessage ChatRef ComposedMessage
|
||||
| APIUpdateChatItem ChatRef ChatItemId MsgContent
|
||||
| APIDeleteChatItem ChatRef ChatItemId CIDeleteMode
|
||||
| APIChatRead ChatRef (ChatItemId, ChatItemId)
|
||||
| APIChatRead ChatRef (Maybe (ChatItemId, ChatItemId))
|
||||
| APIDeleteChat ChatRef
|
||||
| APIAcceptContact Int64
|
||||
| APIRejectContact Int64
|
||||
|
||||
Reference in New Issue
Block a user