mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +01:00
fix: local only note's content is getting synced
This commit is contained in:
@@ -26,6 +26,7 @@ export default class Content extends Collection {
|
|||||||
dateEdited: content.dateEdited,
|
dateEdited: content.dateEdited,
|
||||||
dateCreated: content.dateCreated,
|
dateCreated: content.dateCreated,
|
||||||
remote: content.remote,
|
remote: content.remote,
|
||||||
|
localOnly: !!content.localOnly,
|
||||||
});
|
});
|
||||||
return id;
|
return id;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -80,6 +80,7 @@ export default class Notes extends Collection {
|
|||||||
data,
|
data,
|
||||||
conflicted,
|
conflicted,
|
||||||
resolved,
|
resolved,
|
||||||
|
localOnly: !!note.localOnly,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user