widgets can now listen to sync data changes

This commit is contained in:
zadam
2019-08-06 22:39:27 +02:00
parent fcd87b3e2d
commit bfbc124e78
8 changed files with 60 additions and 9 deletions

View File

@@ -371,6 +371,11 @@ async function updateNote(noteId, noteUpdates) {
}
await protectNoteRevisions(note);
return {
dateModified: note.dateModified,
utcDateModified: note.utcDateModified
};
}
/** @return {boolean} - true if note has been deleted, false otherwise */