core: group invitation chat item (#814)

This commit is contained in:
JRoberts
2022-07-14 22:04:23 +04:00
committed by GitHub
parent 414b174e32
commit db87984dda
6 changed files with 54 additions and 24 deletions
-1
View File
@@ -259,7 +259,6 @@ data ChatResponse
| CRContactSubError {contact :: Contact, chatError :: ChatError}
| CRContactSubSummary {contactSubscriptions :: [ContactSubStatus]}
| CRGroupInvitation {groupInfo :: GroupInfo}
| CRReceivedGroupInvitation {groupInfo :: GroupInfo, contact :: Contact, memberRole :: GroupMemberRole}
| CRUserJoinedGroup {groupInfo :: GroupInfo}
| CRJoinedGroupMember {groupInfo :: GroupInfo, member :: GroupMember}
| CRJoinedGroupMemberConnecting {groupInfo :: GroupInfo, hostMember :: GroupMember, member :: GroupMember}