Merge branch 'cpnetflux' into mailbox

pull/1/head
yflory 6 years ago
commit d3af840f81

@ -1071,6 +1071,8 @@ define([
}, },
onConnectionChange: function () {}, onConnectionChange: function () {},
crypto: { 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; }, encrypt: function (m) { return m; },
decrypt: function (m) { return m; } decrypt: function (m) { return m; }
}, },

Loading…
Cancel
Save