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:
parent
22f5c01247
commit
0df9b4b8fb
2 changed files with 24 additions and 22 deletions
|
@ -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
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue