Permanent ChromaDB synchronization state (using IndexedDB object store)

This commit is contained in:
SillyLossy
2023-06-02 23:21:46 +03:00
parent 745ceb0f31
commit 6fec40d543
4 changed files with 127 additions and 43 deletions

View File

@ -120,7 +120,7 @@ async function regenerateGroup() {
break;
}
deleteLastMessage();
await deleteLastMessage();
}
generateGroupWrapper();