Allow empty inviteeAci field when importing GroupInvitationDeclinedUpdate update messages

This commit is contained in:
trevor-signal 2025-09-19 14:26:01 -04:00 committed by GitHub
commit 55e8e4376b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 25 additions and 10 deletions

View file

@ -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