Fix service id conversion in import
This commit is contained in:
parent
41ea98a80f
commit
3aa62ecdb4
1 changed files with 3 additions and 1 deletions
|
@ -2452,7 +2452,9 @@ export class BackupImportStream extends Writable {
|
|||
}
|
||||
details.push({
|
||||
type: 'pending-add-one',
|
||||
serviceId: fromAciObject(Aci.fromUuidBytes(inviteeServiceId)),
|
||||
serviceId: fromServiceIdObject(
|
||||
ServiceId.parseFromServiceIdBinary(Buffer.from(inviteeServiceId))
|
||||
),
|
||||
});
|
||||
}
|
||||
if (update.groupUnknownInviteeUpdate) {
|
||||
|
|
Loading…
Reference in a new issue