mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-06-03 17:05:08 +00:00
send message integrity errors to view as a separate notification (#253)
This commit is contained in:
committed by
GitHub
parent
9f6385f763
commit
1d1ba8607e
@@ -123,6 +123,7 @@ data ChatResponse
|
||||
= CRApiChats {chats :: [AChat]}
|
||||
| CRApiChat {chat :: AChat}
|
||||
| CRNewChatItem {chatItem :: AChatItem}
|
||||
| CRMsgIntegrityError {msgerror :: MsgErrorType} -- TODO make it chat item to support in mobile
|
||||
| CRCmdAccepted {corr :: CorrId}
|
||||
| CRChatHelp {helpSection :: HelpSection}
|
||||
| CRWelcome {user :: User}
|
||||
|
||||
Reference in New Issue
Block a user