@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.
- package/index.mjs +1 -0
- 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(
|