libtextsecure.js catch-up
FREEBIE
This commit is contained in:
parent
973a91d1d5
commit
9c7db537d0
1 changed files with 0 additions and 3 deletions
|
@ -38332,7 +38332,6 @@ MessageReceiver.prototype.extend({
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
var receivedAt = Date.now();
|
|
||||||
|
|
||||||
this.incoming.push(textsecure.crypto.decryptWebsocketMessage(request.body, this.signalingKey).then(function(plaintext) {
|
this.incoming.push(textsecure.crypto.decryptWebsocketMessage(request.body, this.signalingKey).then(function(plaintext) {
|
||||||
var envelope = textsecure.protobuf.Envelope.decode(plaintext);
|
var envelope = textsecure.protobuf.Envelope.decode(plaintext);
|
||||||
|
@ -38344,8 +38343,6 @@ MessageReceiver.prototype.extend({
|
||||||
return request.respond(200, 'OK');
|
return request.respond(200, 'OK');
|
||||||
}
|
}
|
||||||
|
|
||||||
envelope.receivedAt = receivedAt;
|
|
||||||
|
|
||||||
return this.addToCache(envelope, plaintext).then(function() {
|
return this.addToCache(envelope, plaintext).then(function() {
|
||||||
request.respond(200, 'OK');
|
request.respond(200, 'OK');
|
||||||
this.queueEnvelope(envelope);
|
this.queueEnvelope(envelope);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue