@xuda.io/account_module 1.2.1152 → 1.2.1153
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 +2 -0
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -2617,6 +2617,8 @@ export const get_account_profile_info = async function (uid, contact_profile_doc
|
|
|
2617
2617
|
doc.interactions = 0;
|
|
2618
2618
|
doc.chats = 0;
|
|
2619
2619
|
|
|
2620
|
+
doc.online = true;
|
|
2621
|
+
|
|
2620
2622
|
const chats_ret = await ai_module.get_ai_chats({ uid, reference_id: doc._id });
|
|
2621
2623
|
|
|
2622
2624
|
doc.card_background = `linear-gradient(145deg, #242480 0%, #060619 100%)`;
|