fix protected note switching

This commit is contained in:
zadam 2019-03-28 21:17:40 +01:00
parent 3c56d29fca
commit 905eb303bc

View file

@ -720,6 +720,7 @@ class Note extends Entity {
delete pojo.isContentAvailable;
delete pojo.__attributeCache;
delete pojo.content;
delete pojo.contentHash;
}
async afterSaving() {