Wrong message when delete asset is canceled - Mobile App #5986

Closed
opened 2026-02-05 11:55:16 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @dahool on GitHub (May 10, 2025).

I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.

  • Yes

The bug

Wrong message is displayed in mobile app when using 'Delete from device' option.

The OS that Immich Server is running on

N/A

Version of Immich Server

1.132.3

Version of Immich Mobile App

1.132.3.197

Platform with the issue

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

N/A

Your .env content

N/A

Reproduction steps

  1. Choose any asset present in server and phone
  2. Select option 'Delete from device'
  3. Choose 'Reject'

Expected: 'Nothing'

What happened: got message '1 asset(s) removed permanently from your device' (nothing was removed, message is wrong)

Relevant log output


Additional information

Image

Originally created by @dahool on GitHub (May 10, 2025). ### I have searched the existing issues, both open and closed, to make sure this is not a duplicate report. - [x] Yes ### The bug Wrong message is displayed in mobile app when using 'Delete from device' option. ### The OS that Immich Server is running on N/A ### Version of Immich Server 1.132.3 ### Version of Immich Mobile App 1.132.3.197 ### Platform with the issue - [ ] Server - [ ] Web - [x] Mobile ### Your docker-compose.yml content ```YAML N/A ``` ### Your .env content ```Shell N/A ``` ### Reproduction steps 1. Choose any asset present in server and phone 2. Select option 'Delete from device' 3. Choose 'Reject' Expected: 'Nothing' What happened: got message '1 asset(s) removed permanently from your device' (nothing was removed, message is wrong) ### Relevant log output ```shell ``` ### Additional information ![Image](https://github.com/user-attachments/assets/ffa67357-5467-4b5d-b309-948f4b473651)
OVERLORD added the 📱mobile label 2026-02-05 11:55:16 +03:00
Author
Owner

@NicholasFlamy commented on GitHub (May 13, 2025):

I think this is because it doesn't know if you deny deleting from the phone and it still deletes (trashes I believe) from server so that's why it shows that message. Someone may be able to look into this and add a check to see if the user confirmed or denied the system prompt.

@NicholasFlamy commented on GitHub (May 13, 2025): I think this is because it doesn't know if you deny deleting from the phone and it still deletes (trashes I believe) from server so that's why it shows that message. Someone may be able to look into this and add a check to see if the user confirmed or denied the system prompt.
Author
Owner

@axi92 commented on GitHub (May 25, 2025):

Still an issue in 1.133.0.
Steps to reproduce:

  1. Create a new photo
  2. Wait for it to get backed up into the immich server so the cloud icon appears.
  3. Open the image
  4. Click delete button
  5. Click decline
  6. Image gets still trashed
@axi92 commented on GitHub (May 25, 2025): Still an issue in 1.133.0. Steps to reproduce: 1. Create a new photo 2. Wait for it to get backed up into the immich server so the cloud icon appears. 3. Open the image 4. Click delete button 5. Click decline 6. Image gets still trashed
Author
Owner

@usergiven commented on GitHub (Aug 28, 2025):

I am running server v1.139.4 as well as the android app, same version number. It seems upload of the photo to server is key:

Uploaded asset:

  1. Take a picture
  2. Picture backed up to server
  3. Select delete from the mobile app
  4. Select deny
  5. Notification says Asset Trashed
  6. Photo from Immich gallery is deleted along with the uploaded asset in the server (not expected)
  7. Photo continues to exist on the phone internal storage (this is expected)

Asset has not yet been uploaded to server:

  1. Take a picture
  2. Select delete from the mobile app
  3. Select deny
  4. Nothing happens (expected)
  5. Photo remains in mobile app gallery and in the internal storage of the device
@usergiven commented on GitHub (Aug 28, 2025): I am running server v1.139.4 as well as the android app, same version number. It seems upload of the photo to server is key: Uploaded asset: 1. Take a picture 2. Picture backed up to server 3. Select delete from the mobile app 4. Select deny 5. Notification says Asset Trashed 6. Photo from Immich gallery is deleted along with the uploaded asset in the server (not expected) 7. Photo continues to exist on the phone internal storage (this is expected) Asset has not yet been uploaded to server: 1. Take a picture 2. Select delete from the mobile app 3. Select deny 4. Nothing happens (expected) 5. Photo remains in mobile app gallery and in the internal storage of the device
Author
Owner

@jrasm91 commented on GitHub (Sep 15, 2025):

This specific issue is for the old timeline, but the new timeline still seems to have the same problem, so we'll track it in #22015 instead.

@jrasm91 commented on GitHub (Sep 15, 2025): This specific issue is for the old timeline, but the new timeline still seems to have the same problem, so we'll track it in #22015 instead.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#5986