Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

bookmark deletion may lead to duplicated bookmarks #9724

Closed
diracdeltas opened this issue Jun 26, 2017 · 0 comments · Fixed by #9726
Closed

bookmark deletion may lead to duplicated bookmarks #9724

diracdeltas opened this issue Jun 26, 2017 · 0 comments · Fixed by #9726

Comments

@diracdeltas
Copy link
Member

this was caused by trying to handle deletes in an appStoreChange listener as part of #9349. it turns out this does not work reliably.

STR:

  1. set up sync on two pyramids
  2. in pyramid 0, create two folders. bookmark a site and move it into a folder. wait for the change to propagate.
  3. move the site from one folder to another in pyramid 0.
  4. in pyramid 1, the site may appear in both folders instead of only in the new folder.
@diracdeltas diracdeltas added this to the 0.18.x (Developer Channel) milestone Jun 26, 2017
@diracdeltas diracdeltas self-assigned this Jun 26, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.