mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-06-05 14:33:22 +01:00
bc03bdbfc4
`tryMessageAgain` is the routine called when re-trying a message that failed to decrypt due to an IncomingIdentityKeyError. This handling needs to move to MessageReceiver because it depends on `processDecrypted` to handle incoming message protos, which depends on a server instance in order to download attachments. // FREEBIE