mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-02 00:07:56 +01:00
Include prefix for PNI serviceIds on export
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
This commit is contained in:
@@ -2065,7 +2065,7 @@ export class BackupExportStream extends Readable {
|
||||
|
||||
/** For fields that can accept either ACI or PNI bytes */
|
||||
#serviceIdToBytes(serviceId: ServiceIdString): Uint8Array<ArrayBuffer> {
|
||||
return ServiceId.parseFromServiceIdString(serviceId).getRawUuidBytes();
|
||||
return ServiceId.parseFromServiceIdString(serviceId).getServiceIdBinary();
|
||||
}
|
||||
|
||||
async #toChatItemFromNonBubble(
|
||||
|
||||
Reference in New Issue
Block a user