send message integrity errors to view as a separate notification (#253)

This commit is contained in:
Evgeny Poberezkin
2022-02-02 11:43:52 +00:00
committed by GitHub
parent 9f6385f763
commit 1d1ba8607e
3 changed files with 23 additions and 11 deletions
+1
View File
@@ -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}