Add comment

This commit is contained in:
yflory 2019-05-16 15:20:50 +02:00
parent 827a47d9b7
commit 909e70905c
1 changed files with 2 additions and 0 deletions

View File

@ -1055,6 +1055,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; }
},