ios: update group members in model (#915)

This commit is contained in:
JRoberts
2022-08-09 13:43:19 +04:00
committed by GitHub
parent 7531791f1b
commit 26a019d9d2
15 changed files with 122 additions and 59 deletions
+1 -1
View File
@@ -230,7 +230,7 @@ data ChatResponse
| CRUserAcceptedGroupSent {groupInfo :: GroupInfo}
| CRUserDeletedMember {groupInfo :: GroupInfo, member :: GroupMember}
| CRGroupsList {groups :: [GroupInfo]}
| CRSentGroupInvitation {groupInfo :: GroupInfo, contact :: Contact}
| CRSentGroupInvitation {groupInfo :: GroupInfo, contact :: Contact, member :: GroupMember}
| CRFileTransferStatus (FileTransfer, [Integer]) -- TODO refactor this type to FileTransferStatus
| CRUserProfile {profile :: Profile}
| CRUserProfileNoChange