Prevent multiple parallel signed prekey rotations
* Prevent multiple parallel signed prekey rotations * When logging error, recalculate id to capture sealed sender info
This commit is contained in:

committed by
Ken Powers

parent
22f5c01247
commit
0df9b4b8fb
@@ -607,7 +607,7 @@ MessageReceiver.prototype.extend({
|
||||
return promise.catch(error => {
|
||||
window.log.error(
|
||||
'queueEnvelope error handling envelope',
|
||||
id,
|
||||
this.getEnvelopeId(envelope),
|
||||
':',
|
||||
error && error.stack ? error.stack : error
|
||||
);
|
||||
|
Reference in New Issue
Block a user