mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 02:48:23 +01:00
Replace typescript compiler with native tsgo compiler
This commit is contained in:
@@ -22,7 +22,7 @@ Bootstrap.benchmark(async (bootstrap: Bootstrap): Promise<void> => {
|
||||
|
||||
const [first] = contacts as [PrimaryDevice];
|
||||
|
||||
const messages = new Array<Buffer>();
|
||||
const messages = new Array<Buffer<ArrayBuffer>>();
|
||||
debug('encrypting');
|
||||
// Note: make it so that we receive the latest message from the first
|
||||
// contact.
|
||||
|
||||
Reference in New Issue
Block a user