@xuda.io/ai_module 1.1.5543 → 1.1.5544
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 +3 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -5075,7 +5075,9 @@ const add_conversation_item = async function (uid, profile_id, conversation_id,
|
|
|
5075
5075
|
|
|
5076
5076
|
const conversation_doc = await db_module.get_app_couch_doc_native(account_profile_info.app_id, conversation_id);
|
|
5077
5077
|
|
|
5078
|
-
let
|
|
5078
|
+
let initiator = `User Uid: ${uid} User Name: ${account_info.full_name}`;
|
|
5079
|
+
|
|
5080
|
+
let text = `${new Date()} ${initiator} Type: ${_.capitalize(conversation_type)} `;
|
|
5079
5081
|
|
|
5080
5082
|
switch (conversation_type) {
|
|
5081
5083
|
case 'note':
|