core: file status command for XFTP files (#2222)

This commit is contained in:
spaced4ndy
2023-04-21 13:36:44 +04:00
committed by GitHub
parent 549ffcefc0
commit a06393f520
4 changed files with 68 additions and 2 deletions
+1
View File
@@ -411,6 +411,7 @@ data ChatResponse
| CRGroupsList {user :: User, groups :: [GroupInfo]}
| CRSentGroupInvitation {user :: User, groupInfo :: GroupInfo, contact :: Contact, member :: GroupMember}
| CRFileTransferStatus User (FileTransfer, [Integer]) -- TODO refactor this type to FileTransferStatus
| CRFileTransferStatusXFTP User AChatItem
| CRUserProfile {user :: User, profile :: Profile}
| CRUserProfileNoChange {user :: User}
| CRUserPrivacy {user :: User, updatedUser :: User}