-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Albums: Preview image missing when sharing album links #3658
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Signed-off-by: Michael Mayer <michael@photoprism.app>
There simply was a |
Signed-off-by: Michael Mayer <michael@photoprism.app>
Even after fixing the URL, it's still not displaying the preview image when sharing. I suspect this could be due to the redirect, which is now delayed. |
Signed-off-by: Michael Mayer <michael@photoprism.app>
I overlooked that path.Join() will break the site URL, so with this change it simply prepends it to the generated path. |
Our development preview and public demo have been updated. It looks good to me now! 👍 |
Looks good, thanks a lot! |
Signed-off-by: Michael Mayer <michael@photoprism.app>
With these changes, album share preview images are regenerated whenever changes are made. Change detection does not yet work when an album contains a picture that is later made private without being (directly) removed from an album. Manual changes in the database also do not cause the thumbnail cache to be cleared. For this reason, the cached image now also expires after only one hour instead of one day as before. In addition, the rendering has been improved so that previews now look like Polaroids rather than simple squares: |
Signed-off-by: Michael Mayer <michael@photoprism.app>
Signed-off-by: Michael Mayer <michael@photoprism.app>
Discussed in #3452
Originally posted by dror3go June 5, 2023
I'm not sure if this is a bug, a change in config that I've missed, a change in behavior or what, but in the past when I shared a link to an album in WhatsApp/Telegram/etc. There was a preview with thumbnails of several pictures from the album.
Somewhere in the past few releases this changed, and the preview shows only the album's name.
Is that the new desired behavior?
The text was updated successfully, but these errors were encountered: