mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 23:49:20 +01:00
Replace typescript compiler with native tsgo compiler
This commit is contained in:
@@ -27,7 +27,7 @@ export async function onCallLinkUpdateSync(
|
||||
let callLinkRootKey: CallLinkRootKey;
|
||||
let roomId: string;
|
||||
try {
|
||||
callLinkRootKey = CallLinkRootKey.fromBytes(rootKey as Buffer);
|
||||
callLinkRootKey = CallLinkRootKey.fromBytes(rootKey as Buffer<ArrayBuffer>);
|
||||
roomId = getRoomIdFromRootKey(callLinkRootKey);
|
||||
strictAssert(
|
||||
roomId,
|
||||
|
||||
Reference in New Issue
Block a user