mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-15 04:10:23 +01:00
5242108e15
The avatar handler was being added to the list of promises too late, so we were storing the raw avatar protobuf (Long id, bytes key) rather than the downloaded/decrypted attachment data. Fixes #280