if parent note is encrypted, then child note will be created as encrypted as well

This commit is contained in:
azivner
2017-09-08 22:43:02 -04:00
parent 9ba958205d
commit adf18132fb
4 changed files with 32 additions and 12 deletions

View File

@@ -141,6 +141,10 @@ setInterval(function() {
}
}, 5000);
function isEncryptionAvailable() {
return globalEncryptionKey !== null;
}
function getAes() {
globalLastEncryptionOperationDate = new Date();