replace FTLocal with createLocalFile

This commit is contained in:
IC Rainbow
2023-12-25 18:55:53 +02:00
parent fce04aa34d
commit d28f02c383
6 changed files with 45 additions and 38 deletions
+1 -1
View File
@@ -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}