From 7ebf0f508563bdd19800cd5a6291878a7a789b22 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Tue, 6 Jan 2015 14:47:03 -0800 Subject: [PATCH] Remove last \t in protocol.js --- js/protocol.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/protocol.js b/js/protocol.js index a0d2f067..69ac2431 100644 --- a/js/protocol.js +++ b/js/protocol.js @@ -212,7 +212,7 @@ window.textsecure.protocol = function() { if (sending) session[getString(ratchet.ephemeralKeyPair.pubKey)] = { messageKeys: {}, chainKey: { counter: -1, key: masterKey[1] } }; else - session[getString(remoteKey)] = { messageKeys: {}, chainKey: { counter: -1, key: masterKey[1] } }; + session[getString(remoteKey)] = { messageKeys: {}, chainKey: { counter: -1, key: masterKey[1] } }; ratchet.rootKey = masterKey[0]; }); });