diff --git a/www/common/sframe-common-outer.js b/www/common/sframe-common-outer.js index 96ea7e564..b781ac95e 100644 --- a/www/common/sframe-common-outer.js +++ b/www/common/sframe-common-outer.js @@ -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); diff --git a/www/debug/inner.js b/www/debug/inner.js index 853617c5c..8cd8a3ece 100644 --- a/www/debug/inner.js +++ b/www/debug/inner.js @@ -401,6 +401,7 @@ define([ userName: 'debug', initialState: '', logLevel: 2, + noPrune: true, validateContent: function (content) { try { JSON.parse(content);