api icon indicating copy to clipboard operation
api copied to clipboard

[Bug] Issue about custom icons

Open BTBMan opened this issue 9 months ago • 1 comments

I'm using the custom icons feature. when I put an icon collection file such as foo.json into the icons folder, It includes an icon bar: {body: 'xxx'}.

After that, When I use some APIs such as /collections?prefix=foo/collection?prefix=foo/foo.json?icons=bar, etc. They work fine.

But I deleted foo.json, and updated via the /update API. But It seems not updated. I can also receive the same responses via the APIs above. except /collections?prefix=foo, that's because it response is the icon info.

Expection

I hope it will return nothing after deleting the file.

BTBMan avatar May 14 '24 02:05 BTBMan