From 3d55f2c125c27e7df7521fe01a87e6bad9bfe85f Mon Sep 17 00:00:00 2001 From: lilia Date: Fri, 25 Dec 2015 16:50:24 -0800 Subject: [PATCH] Update libtextsecure Recompile missed in 093eb00 // FREEBIE --- js/libtextsecure.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/libtextsecure.js b/js/libtextsecure.js index 2d21b648..75d72059 100644 --- a/js/libtextsecure.js +++ b/js/libtextsecure.js @@ -36911,7 +36911,7 @@ MessageReceiver.prototype = { } if (syncMessage.sent) { var sentMessage = syncMessage.sent; - console.log('sent message to', sentMessage.destination, envelope.timestamp.toNumber(), 'from', envelope.source + '.' + envelope.sourceDevice); + console.log('sent message to', sentMessage.destination, sentMessage.timestamp.toNumber(), 'from', envelope.source + '.' + envelope.sourceDevice); return this.handleSentMessage( sentMessage.destination, sentMessage.timestamp,