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
This commit is contained in:
@@ -2065,7 +2065,7 @@ export class BackupExportStream extends Readable {
|
|||||||
|
|
||||||
/** For fields that can accept either ACI or PNI bytes */
|
/** For fields that can accept either ACI or PNI bytes */
|
||||||
#serviceIdToBytes(serviceId: ServiceIdString): Uint8Array<ArrayBuffer> {
|
#serviceIdToBytes(serviceId: ServiceIdString): Uint8Array<ArrayBuffer> {
|
||||||
return ServiceId.parseFromServiceIdString(serviceId).getRawUuidBytes();
|
return ServiceId.parseFromServiceIdString(serviceId).getServiceIdBinary();
|
||||||
}
|
}
|
||||||
|
|
||||||
async #toChatItemFromNonBubble(
|
async #toChatItemFromNonBubble(
|
||||||
|
|||||||
Reference in New Issue
Block a user