diff --git a/www/common/outer/mailbox.js b/www/common/outer/mailbox.js index c6b20b564..4deaea5e2 100644 --- a/www/common/outer/mailbox.js +++ b/www/common/outer/mailbox.js @@ -198,6 +198,7 @@ proxy.mailboxes = { // NOTE: we use our own curvePublic so that we can decrypt our own message :) box.sendMessage = function (_msg, cb) { cb = cb || function () {}; + var msg; try { msg = JSON.stringify(_msg); } catch (e) {