core: notify about xftp errors (#2105)

This commit is contained in:
spaced4ndy
2023-03-30 18:36:39 +04:00
committed by GitHub
parent 39330fdce3
commit b20824e16c
8 changed files with 24 additions and 7 deletions
+2
View File
@@ -780,6 +780,8 @@ data ChatErrorType
| CEFileImageType {filePath :: FilePath}
| CEFileImageSize {filePath :: FilePath}
| CEFileNotReceived {fileId :: FileTransferId}
| CEXFTPRcvFile {fileId :: FileTransferId, agentRcvFileId :: AgentRcvFileId, agentError :: AgentErrorType}
| CEXFTPSndFile {fileId :: FileTransferId, agentSndFileId :: AgentSndFileId, agentError :: AgentErrorType}
| CEInlineFileProhibited {fileId :: FileTransferId}
| CEInvalidQuote
| CEInvalidChatItemUpdate