-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bookmarks is sent via sync even when bookmark sync is disabled #2148
Comments
disable bookmark sync doesn't mean delete all bookmark on sync chain. |
@darkdh agree that disable bookmark sync doesn't mean delete all bookmarks from chain but without it being enabled on b-c why is Android pulling in bookmarks ?
This is correct if bookmark sync is enabled on b-c but in this scenario its disabled before adding the mobile device to the chain so ideally there shouldn't be any bookmarks available to be pulled in by Android. If Android is pulling in existing bookmarks even with
This is correct but what happens here is the existing bookmarks are getting sync'd to Android when bookmark sync is turned off on b-c which is still a bug. |
if you don't want Android pulling bookmarks, disable the bookmark sync on Android. |
and your title is not even accurate. Some bookmarks has already been sent when you enable sync.
|
I dont think the steps needs to be revised. The one you are mentioning is a different scenario. The scenario here is I already have bookmarks on my profile and then enable sync and turn off bookmark sync which is correctly mentioned in the original str. This would be the scenario for user who go on upgrade profile from current release and already have bookmarks added before enabling sync |
Android doesn't allow you turn off only that setting similar to b-c. Its either on or off so this is invalid |
@srirambv when bc sends couple bookmarks to the chain in step #2 it's done. it cannot influence in any manner to the chain, it is just off to send new records there in step 3. All new devices that join that chain will receive the existing bookmarks in the chain and they have no idea were they sent from bc with disabled bookmarks or from another mobile and etc. The bc switch has an affect to the feature bookmarks only. The way we can control that is only like @darkdh described by having a switch on mobile for bookmarks and disabling it. |
Ok. I'll add a feature request for Android to have the switch to avoid this scenario |
This issue has STR which are not actual since new design. At the current time it is impossible to add only one device in the chain. Also with PR brave/brave-core#2016 brave-core does not sends data to sync cloud until sync chain contains 2 or more devices. |
Description
Bookmarks is sent via sync even when bookmark sync is disabled
Devices
Device 1: Desktop b-c 0.57.6
Device 2: Samsung Tab (Android 8.1)
Steps to Reproduce
Actual result:
b-c sync code
Bookmarks on b-c
Sync code on Android
Bookmarks on Android
Expected result:
Should not sync any bookmarks if b-c has bookmark sync disabled
Reproduces how often:
Easy
Brave version (brave://version info)
Reproducible on current release:
Yes on Beta
Website problems only:
Additional Information
The text was updated successfully, but these errors were encountered: