mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-06-06 13:01:36 +00:00
core: simplify terminal mark messages read logic (#1589)
This commit is contained in:
@@ -298,7 +298,6 @@ data ChatResponse
|
||||
| CRChatItemUpdated {chatItem :: AChatItem}
|
||||
| CRChatItemDeleted {deletedChatItem :: AChatItem, toChatItem :: Maybe AChatItem, byUser :: Bool, timed :: Bool}
|
||||
| CRChatItemDeletedNotFound {contact :: Contact, sharedMsgId :: SharedMsgId}
|
||||
| CRChatRead
|
||||
| CRBroadcastSent MsgContent Int ZonedTime
|
||||
| CRMsgIntegrityError {msgError :: MsgErrorType}
|
||||
| CRCmdAccepted {corr :: CorrId}
|
||||
|
||||
Reference in New Issue
Block a user