LibreChat/packages
Danny Avila 3e6f90efe4
fix: add regression tests for delete and message update paths
Address follow-up review findings:

- Add test for deleteObjectFromMeili verifying it uses messageId (not
  MongoDB _id) when calling index.deleteDocument, guarding against
  regression of the silent orphaned-document bug.

- Add test for message model update path asserting { primaryKey:
  'messageId' } is passed to updateDocuments (previously only the
  conversation model update path was tested).

- Add @param config.primaryKey to createMeiliMongooseModel JSDoc.
2026-04-03 17:48:40 -04:00
..
api 🧹 chore: Clean Up Config Fields (#12537) 2026-04-03 12:22:58 -04:00
client 🗣️ fix: Prevent @librechat/client useLocalize from Overwriting Host App Language State (#12515) 2026-04-03 15:01:39 -04:00
data-provider 🔨 fix: Custom Role Permissions (#12528) 2026-04-03 13:24:11 -04:00
data-schemas fix: add regression tests for delete and message update paths 2026-04-03 17:48:40 -04:00