diff --git a/src/main.ts b/src/main.ts index f70f8f6..097abf3 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1382,7 +1382,7 @@ export default class ObsidianLiveSyncPlugin extends Plugin { await this.doc2storage_modify(doc, file); queueConflictCheck(); } else { - const d = await this.localDatabase.getDBEntryMeta(id2path(change._id), { conflicts: true }) + const d = await this.localDatabase.getDBEntryMeta(id2path(change._id), { conflicts: true }, true); if (d && !d._conflicts) { await this.doc2storage_modify(doc, file); } else {