mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-09 01:18:36 +01:00
641a7dbc6d
encryptMessageFor now requires an array buffer instead of a protobuf. By converting the message to an array buffer outside the Promise.all, we avoid allocating a new copy for each device. // FREEBIE