From 8a658336a701a59a4e27484e9dc574d6c77fce1b Mon Sep 17 00:00:00 2001 From: yflory Date: Fri, 3 Apr 2020 11:19:18 +0200 Subject: [PATCH] Fix issues with the new debugging code --- www/common/sframe-common-outer.js | 2 +- www/debug/inner.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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);