[Feature] Add Option to Delete Photos from the Server Without Deleting Local Photos #15384
Closed
mewtwotwo
started this conversation in
Feature Request
Replies: 1 comment
-
When you select an asset in the timeline, you can scroll the bottom menu to the right to get more delete options. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have searched the existing feature requests to make sure this is not a duplicate request.
The feature
When using the Immich mobile app, deleting photos from the server also deletes the corresponding local photos on the device. In some cases, this may not be the intended behavior for users. I would like to request an option that allows users to delete photos from the server while retaining the local copies on their devices.
Expected Behavior
When users delete photos from the server, the app should only remove them from the server without affecting the local copies on the device.
This could be implemented as a setting option or a confirmation dialog (e.g., "Do you also want to delete the local photo?") during the delete operation.
Current Behavior
Currently, when a photo is deleted from the server, the corresponding local photo is also deleted from the device.
Motivation
To prevent accidental loss of local photos.
To provide users with greater flexibility in managing their photos, meeting more diverse use cases.
Proposed Solution
Add a global setting that allows users to choose whether deleting server photos should affect local copies.
Alternatively, display a confirmation dialog during each delete operation, letting users decide whether to also delete the local photo.
Platform
Beta Was this translation helpful? Give feedback.
All reactions