@xuda.io/ai_module 1.1.4993 → 1.1.4994

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.mjs +1 -0
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -3470,6 +3470,7 @@ export const create_conversation = async function (req, job_id, headers) {
3470
3470
 
3471
3471
  recipient_conversation_doc.thumbnail_request_ts = conversation_doc.thumbnail_request_ts;
3472
3472
  recipient_conversation_doc.chat_image = conversation_doc.chat_image;
3473
+ recipient_conversation_doc.direction = 'in';
3473
3474
  await db_module.save_app_couch_doc_native(recipient_account_profile_info.app_id, recipient_conversation_doc);
3474
3475
 
3475
3476
  await update_conversation_mood_level(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/ai_module",
3
- "version": "1.1.4993",
3
+ "version": "1.1.4994",
4
4
  "description": "Xuda AI Module",
5
5
  "main": "index.mjs",
6
6
  "type": "module",