You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if bookmark metadata is changed, sync record UPDATED is sent to sync with all fields unchanged. Metadata of bookmark can be updated in 3 cases:
Our sync operations
Chromium sync operations
Chromium bookmarks api for extensions
Bookmark url is visited
We are not interested in any of these operations, so this should be removed.
Steps to Reproduce
Create chain brave-core1 <=> brave-core2
On brave-core1 visit duckduckgo.com, bookmark it and close the tab
Wait for this bookmark appear on brave-core2
On brave-core1 open chrome://inspect/#extensions => inspect link under Brave Sync => console
On brave-core1 open duckduckgo.com from bookmarks
Actual result:
6. See send sync record in console with `"action":1` in ~ 1 minute like
Description
Currently if bookmark metadata is changed, sync record UPDATED is sent to sync with all fields unchanged. Metadata of bookmark can be updated in 3 cases:
We are not interested in any of these operations, so this should be removed.
Steps to Reproduce
Brave Sync
=> consoleActual result:
Expected result:
Reproduces how often:
Easily
Brave version (brave://version info)
Reproducible on current release:
The text was updated successfully, but these errors were encountered: