Fix history in readonly mode

pull/1/head
yflory 7 years ago
parent 620ba4ed5d
commit b28c1537e8

@ -262,7 +262,7 @@ define([
msg = parsed[1][4];
if (msg) {
msg = msg.replace(/^cp\|/, '');
var decryptedMsg = crypto.decrypt(msg, secret.keys.validateKey);
var decryptedMsg = crypto.decrypt(msg, true);
msgs.push(decryptedMsg);
}
};

Loading…
Cancel
Save