mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 17:00:15 +01:00
* fix: increment tag counters when forking/duplicating conversations - Add bulkIncrementTagCounts to update existing tag counts in bulk - Integrate tag count updates into importBatchBuilder.saveBatch() using Promise.all - Update frontend mutations to directly update cache instead of invalidating queries - Optimize bulkIncrementTagCounts to skip unnecessary database queries Fixes issue where forked/duplicated conversations with bookmarks would not increment tag counters, leading to negative counts when bookmarks were later removed. * chore: reorder import statements for clarity in fork.spec.js |
||
|---|---|---|
| .. | ||
| __data__ | ||
| fork.js | ||
| fork.spec.js | ||
| importBatchBuilder.js | ||
| importConversations.js | ||
| importers-timestamp.spec.js | ||
| importers.js | ||
| importers.spec.js | ||
| index.js | ||