mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 04:09:49 +00:00
Add missing bind in messageReceiver
// FREEBIE
This commit is contained in:
@@ -37119,7 +37119,7 @@ MessageReceiver.prototype.extend({
|
||||
|
||||
return p.then(function() {
|
||||
return this.processDecrypted(finalMessage);
|
||||
});
|
||||
}.bind(this);
|
||||
}.bind(this));
|
||||
},
|
||||
handleEndSession: function(number) {
|
||||
|
||||
Reference in New Issue
Block a user