[Docs] Add FAQ section on importing photos from other cloud services#9795
[Docs] Add FAQ section on importing photos from other cloud services#9795
Conversation
Co-Authored-By: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 890b811391
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| ### I have photos on my phone and also photos autosynced from my phone to a cloud storage. How do I upload all these photos to Ente without duplicates? {#prevent-duplicates-cloud-sync} | ||
|
|
||
| Ente detects duplicates by identical hash, file name and creation time. If your |
There was a problem hiding this comment.
Correct duplicate criteria in cloud-migration FAQ
Update this sentence to match the platform behavior documented in docs/docs/photos/features/backup-and-sync/duplicate-detection.md (lines 31-43): mobile uses hash-based detection, and desktop/web uses hash+filename; creation time is not part of duplicate matching. As written, this new FAQ can mislead migration users into expecting duplicates when only timestamps differ, or into misunderstanding when Ente will actually skip re-uploads.
Useful? React with 👍 / 👎.
|
@Shanthy17 - Can you check the review comment above |
No description provided.