mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-21 18:59:27 +00:00
MessageReceiver: Flow promises back properly in decrypt error case
FREEBIE
This commit is contained in:
@@ -38606,7 +38606,7 @@ MessageReceiver.prototype.extend({
|
||||
var returnError = function() {
|
||||
return Promise.reject(error);
|
||||
};
|
||||
this.dispatchAndWait(ev).then(returnError, returnError);
|
||||
return this.dispatchAndWait(ev).then(returnError, returnError);
|
||||
}.bind(this));
|
||||
},
|
||||
decryptPreKeyWhisperMessage: function(ciphertext, sessionCipher, address) {
|
||||
|
||||
Reference in New Issue
Block a user