diff --git a/src/entities/note.js b/src/entities/note.js index 525d278be..9253644fa 100644 --- a/src/entities/note.js +++ b/src/entities/note.js @@ -720,6 +720,7 @@ class Note extends Entity { delete pojo.isContentAvailable; delete pojo.__attributeCache; delete pojo.content; + delete pojo.contentHash; } async afterSaving() {