mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
Fix syntax error
// FREEBIE
This commit is contained in:
@@ -299,7 +299,7 @@ MessageReceiver.prototype.extend({
|
||||
|
||||
return p.then(function() {
|
||||
return this.processDecrypted(finalMessage);
|
||||
}.bind(this);
|
||||
}.bind(this));
|
||||
}.bind(this));
|
||||
},
|
||||
handleEndSession: function(number) {
|
||||
|
||||
Reference in New Issue
Block a user