-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
[Feature] Prevent duplicate photos while logged in from two devices #404
Comments
This is not a bug, there is no mechanism for deduplication on the server yet. As long as the photo/video is backed up from different devices, it will be treated as a unique file. Deduplication on the server side is on the roadmap and will be worked on |
Thanks for fast reply. I'll change it to feature request then. Is that ok? |
Yes, that should be fine. Thank you |
Small rephrasing: done! |
@alextran1502 since you save the filename to the database, it should be easy. |
Feature detail
When user uses one account on two different phones and both devices have same photo, app doesn't recognize that photo from one device has already been uploaded and uploads it from both phones creating duplicate.
It's rather undesired behavior since I'd like to have some photos on both phone while keeping one backup.
I did quick sha256sum check and both photos have exactly the same hash.
How it works now
Steps to reproduce the behavior:
(Photos from both are uploaded as unique files)
Expected behavior
A photo has been uploaded from device 1. So it doesn't uploads again from device 2
The text was updated successfully, but these errors were encountered: