mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-26 13:45:30 +03:00
fix(data/delete): delete objects from search index
This commit is contained in:
parent
ffce66e8f8
commit
a7daf39dd7
@ -139,7 +139,7 @@ export default async (req, res) => {
|
|||||||
|
|
||||||
await Data.deleteFilesByIds({ ownerId: id, ids });
|
await Data.deleteFilesByIds({ ownerId: id, ids });
|
||||||
|
|
||||||
SearchManager.deleteFile(files);
|
SearchManager.deleteFile(objects);
|
||||||
|
|
||||||
ViewerManager.hydratePartial(id, { slates: true, library: true });
|
ViewerManager.hydratePartial(id, { slates: true, library: true });
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user