deepfates/memery

indexFlow not triggering on new images

Closed this issue · 2 comments

The queryFlow should check to see if the slugs of images in the folder have changed, and trigger indexFlow if there are new images, but it doesn't seem to be working right now

fixed in 2dd99c9

but now the GUI won't update if you delete an image it used to be showing so have to figure out how to check for file not found errors

fixed by a simple Path().exists check in 8cb0fa3

closing this issue, nice