mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-01 13:51:09 +01:00
Replace typescript compiler with native tsgo compiler
This commit is contained in:
@@ -12,8 +12,8 @@ ipcRenderer.on('art-creator:onUploadProgress', () => {
|
||||
contextBridge.exposeInMainWorld(
|
||||
'uploadStickerPack',
|
||||
async (
|
||||
manifest: Uint8Array,
|
||||
stickers: Readonly<Uint8Array>,
|
||||
manifest: Uint8Array<ArrayBuffer>,
|
||||
stickers: Readonly<Uint8Array<ArrayBuffer>>,
|
||||
newOnProgress: (() => void) | undefined
|
||||
): Promise<string> => {
|
||||
onProgress = newOnProgress;
|
||||
|
||||
Reference in New Issue
Block a user