diff --git a/www/common/outer/async-store.js b/www/common/outer/async-store.js index 5b3dcf985..087d746b4 100644 --- a/www/common/outer/async-store.js +++ b/www/common/outer/async-store.js @@ -1071,6 +1071,8 @@ define([ }, onConnectionChange: function () {}, crypto: { + // The encryption and decryption is done in the outer window. + // This async-store only deals with already encrypted messages. encrypt: function (m) { return m; }, decrypt: function (m) { return m; } },