-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Implement ability to remove other devices in chain for sync v2 #11232
Comments
Related comment brave/brave-core#5361 (review) |
Verification passed on
Note: on Desktop and on Android the trash icon is shown only if the remote device in chain supports self-delete, version must be above 1.18.19
Clean profile
Upgraded profile Device A: 1.17.x dev version
|
@bharatmk256 If you have installed the brave version which is below the self delete version |
Is there any plans to support unsyncing devices that are not higher than |
@cardin The client must do some actions to be removed from the chain in a proper way. Inherited part code from Chromium does cleanup for devices which hadn't do any activity for a long period (~3 months if I remember correctly). |
@AlexeyBarabash although I dont know what is the mechanism behind this sync chain, I am pretty sure in a way or two something can be done to solve this issue. Something like letting user to clone contents from old sync chain and put it into a new sync chain, then migrate their devices to new sync chain one by one? |
Hello @WueXiang, Thanks, this is good idea. We will be able to do something similar to what you have suggested when we will split the chain id from the encryption key. |
Need to implement ability to remove other devices from the sync chain for sync v2
We have feedback that such ability is very required: https://community.brave.com/t/how-to-remove-device-not-available-from-sync-list/152615 .
Please use test plan at the PR brave/brave-core#6732
The text was updated successfully, but these errors were encountered: