diff --git a/src/entities/note.js b/src/entities/note.js index 525d278be9..9253644fae 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() {