mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-06-05 06:23:09 +01:00
fdce4cfc7c
These were failing because ByteBuffers from the protobufs need to be converted to ArrayBuffers. Fixed by useing the existing handler in MessageReceiver to process verified messages from contact sync messages and dispatch them as their own events, reducing some complexity on the application side. // FREEBIE