Remove last \t in protocol.js
This commit is contained in:
parent
2c781e5b62
commit
7ebf0f5085
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ window.textsecure.protocol = function() {
|
||||||
if (sending)
|
if (sending)
|
||||||
session[getString(ratchet.ephemeralKeyPair.pubKey)] = { messageKeys: {}, chainKey: { counter: -1, key: masterKey[1] } };
|
session[getString(ratchet.ephemeralKeyPair.pubKey)] = { messageKeys: {}, chainKey: { counter: -1, key: masterKey[1] } };
|
||||||
else
|
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];
|
ratchet.rootKey = masterKey[0];
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue