We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f12cf commit a5836c1Copy full SHA for a5836c1
src/services/deduplicating-vault-writer.ts
@@ -67,6 +67,7 @@ export class DeduplicatingVaultWriter {
67
* - the file exists: process the unknown duplicate, keep frontmatter but overwrite contents if selected to do so
68
*/
69
70
+ // FIXME: On initial sync, not all (remote) duplicates are downloaded / saved, or they are overwritten
71
// Write the file if there are no duplicates and the file doesn't exist yet
72
if (duplicates.length === 0) {
73
if (!readwiseItemFile) {
0 commit comments