mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
replace FTLocal with createLocalFile
This commit is contained in:
@@ -563,7 +563,7 @@ data ChatResponse
|
||||
| CRNoteFolderDeleted {user :: User, noteFolder :: NoteFolder}
|
||||
| CRFileTransferStatus User (FileTransfer, [Integer]) -- TODO refactor this type to FileTransferStatus
|
||||
| CRFileTransferStatusXFTP User AChatItem
|
||||
-- | CRLocalFileStatus User CIFileInfo
|
||||
| CRLocalFileStatus User LocalFileMeta
|
||||
| CRUserProfile {user :: User, profile :: Profile}
|
||||
| CRUserProfileNoChange {user :: User}
|
||||
| CRUserPrivacy {user :: User, updatedUser :: User}
|
||||
|
||||
Reference in New Issue
Block a user