go-shiori/shiori

Image Caching Issue When Re-creating Bookmarks

DesarrolloAntonio opened this issue · 2 comments

Description

I've encountered a problem regarding image caching within the Shiori bookmark management app. Whenever I create a bookmark, delete it, and then create another one, the image from the first bookmark persists and is incorrectly associated with the new bookmark.

Steps to Reproduce

  1. Create a bookmark with a specific image.
  2. Delete the bookmark created in step 1.
  3. Create a new bookmark.

Expected Behavior

The new bookmark should not retain or display the image from the previously deleted bookmark. Instead, it should either have no image or display a new image if one is specified during the creation of the new bookmark.

Actual Behavior

The image from the first bookmark is displayed for the new bookmark, indicating an issue with how images are cached and reused after a bookmark is deleted.

  • Create the numerb 4 bookmark
    image

  • Remove the bookmark an create another
    image

Hi.
Version 1.5.5 on web app too right?
As I remember we fix that in 1.6 but I can't find that where exactly.
Can you please test that in version 1.6 and see if it happen there too or not

I think this was solved in #775