Sharing Option needs be more comfortable from mobile app! #7244
imerfanahmed
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The bug
When I tried to share photos with WhatsApp, the app was trying to download the selected photo from the server and preparing to share those copies!
But I think the logic should be
First, check if the image is stored locally or not! this checking can be done by image hash or something!
and if the image is already present locally then it will share the local one, if not then it will download from immich server! moreover, if a selected photo is missing from local, then it can download and take time to finish to be ready for sharing!
The OS that Immich Server is running on
Ubuntu 20
Version of Immich Server
1.94.1
Version of Immich Mobile App
Latest
Platform with the issue
Your docker-compose.yml content
same as defaultYour .env content
Reproduction steps
Additional information
No response
All reactions