Fix issues with the new debugging code

This commit is contained in:
yflory 2020-04-03 11:19:18 +02:00
parent 1169156e55
commit 8a658336a7
2 changed files with 2 additions and 1 deletions

View File

@ -853,7 +853,7 @@ define([
msg: crypto.decrypt(_msg.msg, true, true)
});
} else {
decryptedMsgs.push(crypto.decrypt(_msg.msg, true, true));
decryptedMsgs.push(crypto.decrypt(_msg, true, true));
}
setTimeout(waitFor(function () {
sframeChan.event('EV_FULL_HISTORY_STATUS', (i+1)/total);

View File

@ -401,6 +401,7 @@ define([
userName: 'debug',
initialState: '',
logLevel: 2,
noPrune: true,
validateContent: function (content) {
try {
JSON.parse(content);