[BUG] Partner Sharing - Unable to delete photo #9441
Replies: 26 comments 7 replies
-
Looks like the following may be the culprit: I don't know typescript so I'm having a hard time tracking this backward but at an initial glance, it may work to change this to use getAssets instead...? |
Beta Was this translation helpful? Give feedback.
-
This is as designed. Let me think of a way to make it less confused |
Beta Was this translation helpful? Give feedback.
-
Thought it would be as design. Indeed a UI hint is needed here. Even better would be if there was a option to allow deletion of partners photos. (Example: my wife is constantly taking pictures of receipts or things she only needs for a few minutes, and never remembers to delete them from immich. I'd love to be able to clean these every now and then, instead of filling our precious storage space with useless pictures) |
Beta Was this translation helpful? Give feedback.
-
I'd also love to see this. In my case, I am always the one "thinning out" the photos, deleteing blurred ones, keeping only the best shot of many of the same motive. And I would love to just show my partners photos in my timeline (especially with kids), but having them raw is not really satisfying. Kind of a big ask, but for me the optimal solution would be something like this: I mark the pictures for deletion and my partner gets a notification/hint to look over them and confirm. This way, she doesn't have the work and can still be sure I delete nothing important to her. |
Beta Was this translation helpful? Give feedback.
-
I'm not sure if this is really the correct place to ask, but I would really like to see the partner sharing to allow a lot more control. Deleting photos is certainly part of that, but other stuff like being able to add a partner's photos to an album etc. |
Beta Was this translation helpful? Give feedback.
-
I concur with a setting that would allow partners to delete the other's images. |
Beta Was this translation helpful? Give feedback.
-
Yes , very good idea, partner would become a real user. 2 users of 1 photo server, a lot of case for family i think. |
Beta Was this translation helpful? Give feedback.
-
I actually tried to find if this option exists on |
Beta Was this translation helpful? Give feedback.
-
This is working as designed and a limitation of the current partner sharing implementation, so I'm going to convert this to a discussion where different enhancement options can be discussed instead. |
Beta Was this translation helpful? Give feedback.
-
I think the other app has a somewhat decent model for this. I can "save" photos shared with me, and then that photo becomes mine. My faces are applied to it, I can edit it, and I can delete it. I'm pretty sure they're not duplicating the photo itself, and I just get my own metadata. I would love to share faces and exif data as well, but I guess that's a separate issue. |
Beta Was this translation helpful? Give feedback.
-
Thanks for converting this into a discussion. |
Beta Was this translation helpful? Give feedback.
-
HI @alextran1502 |
Beta Was this translation helpful? Give feedback.
-
I am missing this feature as well, in my family I am the one managing our media server and regularly go through our photos, create albums and delete photos and videos that are not needed. The fact that I cannot delete a screenshot or as someone mentioned above, a photo of a receipt is very annoying. I support having an option under Partner Sharing where you as a user can allow your partner to delete items that you have uploaded. |
Beta Was this translation helpful? Give feedback.
-
+1 to this feature request. As a temporary work around, I may create a nightly job that iterates through "Archive Later" and "Trash Later" albums - so we can curate photos together from multiple accounts. |
Beta Was this translation helpful? Give feedback.
-
My workaround is simply having a alternative browser (on my phone and on my PC) that is logged in with my wife's account. Then whenever I see junk in immich, I just open that browser to my immich instance and use it to delete the images. |
Beta Was this translation helpful? Give feedback.
-
Here's auto-archive and auto-trash scripts for anyone that wants them. You can run these on a cron to work around having many users. |
Beta Was this translation helpful? Give feedback.
This comment has been minimized.
This comment has been minimized.
-
My workaround is to use this Tampermonkey (or similar) script. It will add a button to the photo view that issues an API call with a token depending on the owner of the asset:
For it to work, you need to grab user IDs and create API keys for them. Getting user ID might be tricky. One option is to use |
Beta Was this translation helpful? Give feedback.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
-
Folks, if your comment amounts to "I want this too" then please just use the upvote button on the original post. |
Beta Was this translation helpful? Give feedback.
This comment has been minimized.
This comment has been minimized.
-
definetley this is confusing, maybe adding on the main page to turn off partner photos switch, on/off will be a good workaround for now. now i'm checking multiple photos to remove and some of them are removed some not, so we are duplicating job |
Beta Was this translation helpful? Give feedback.
-
Is there any progress on this part? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The bug
When partner sharing on the time-line is enabled, the user who doesn't own the picture cannot delete a shared picture. The delete button does nothing.
If this is by design, then the button needs to be hidden, or some sort of UI element to tell the user he can't delete partner's photos.
Even better would be if there was an option in the settings to allow a user to do such a thing.
The OS that Immich Server is running on
Ubuntu 22.04
Version of Immich Server
V1.88.1
Version of Immich Mobile App
V1.88.1
Platform with the issue
Your docker-compose.yml content
Same as example one.
Your .env content
Reproduction steps
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions