mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
feat: implement monograph publishing client
This commit is contained in:
@@ -98,6 +98,7 @@ export default class Notes extends Collection {
|
||||
dateCreated: note.dateCreated,
|
||||
conflicted: !!note.conflicted,
|
||||
localOnly: !!note.localOnly,
|
||||
publishId: note.publishId,
|
||||
};
|
||||
|
||||
if (!oldNote || oldNote.deleted) {
|
||||
|
||||
Reference in New Issue
Block a user