mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Fix service id conversion in import
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user