Allow empty inviteeAci field when importing GroupInvitationDeclinedUpdate update messages
This commit is contained in:
parent
2bcc43369e
commit
55e8e4376b
4 changed files with 25 additions and 10 deletions
|
@ -200,7 +200,7 @@ type GroupV2PendingAddManyChangeType = {
|
|||
// Note: pending-remove is only used if user didn't also join the group at the same time
|
||||
type GroupV2PendingRemoveOneChangeType = {
|
||||
type: 'pending-remove-one';
|
||||
serviceId: ServiceIdString;
|
||||
serviceId?: ServiceIdString;
|
||||
inviter?: AciString;
|
||||
};
|
||||
// Note: pending-remove is only used if user didn't also join the group at the same time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue