mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-02 16:23:20 +01:00
Replace typescript compiler with native tsgo compiler
This commit is contained in:
@@ -90,7 +90,7 @@ export async function addAttachmentToMessage(
|
||||
|
||||
if (type === 'long-message') {
|
||||
let handledAnywhere = false;
|
||||
let attachmentData: Uint8Array | undefined;
|
||||
let attachmentData: Uint8Array<ArrayBuffer> | undefined;
|
||||
|
||||
try {
|
||||
if (attachment.path) {
|
||||
|
||||
Reference in New Issue
Block a user