Skip to content

duplicated resync for deleted & renamed books #17

@xxchan

Description

@xxchan

Steps to reproduce:

  1. Delete a synced book old name in Logseq
  2. Rename the book to new name in readwise
  3. Initiate Sync in Logseq (with "Resync deleted pages" enabled), now we have the page new name
  4. Initiate again (actually in each sync afterwards), there will be another notification for new name, but nothing changed.

The reason is simple:

Look at the log:

Page 'old name' deleted, going to resync.

Look at settings.json:

"booksIDsMap": {
    "old name": id,
    "new name": id,
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions