Fix history in readonly mode
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…
Reference in New Issue