mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
core: check max file size before sending (#2224)
This commit is contained in:
@@ -783,6 +783,7 @@ data ChatErrorType
|
||||
| CEGroupCantResendInvitation {groupInfo :: GroupInfo, contactName :: ContactName}
|
||||
| CEGroupInternal {message :: String}
|
||||
| CEFileNotFound {message :: String}
|
||||
| CEFileSize {filePath :: FilePath}
|
||||
| CEFileAlreadyReceiving {message :: String}
|
||||
| CEFileCancelled {message :: String}
|
||||
| CEFileCancel {fileId :: FileTransferId, message :: String}
|
||||
|
||||
Reference in New Issue
Block a user