mirror of
https://github.com/oxen-io/session-desktop.git
synced 2023-12-14 02:12:57 +01:00
MessageReceiver: Log errors with proper message id
This commit is contained in:
parent
462fa712bc
commit
021e807180
1 changed files with 1 additions and 1 deletions
|
@ -555,7 +555,7 @@ MessageReceiver.prototype.extend({
|
|||
return textsecure.storage.unprocessed.remove(id);
|
||||
},
|
||||
queueDecryptedEnvelope(envelope, plaintext) {
|
||||
const { id } = envelope;
|
||||
const id = this.getEnvelopeId(envelope);
|
||||
window.log.info('queueing decrypted envelope', id);
|
||||
|
||||
const task = this.handleDecryptedEnvelope.bind(this, envelope, plaintext);
|
||||
|
|
Loading…
Reference in a new issue