mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-01-18 03:05:27 +00:00
Fixed:
- Now our renamed/deleted files have been surely deleted again.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user