@xuda.io/account_module 1.2.895 → 1.2.897
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 -0
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -1420,6 +1420,9 @@ export const get_contact_info = async function (uid, contact_doc, _id) {
|
|
|
1420
1420
|
doc.zip = account_info_ret.data.zip;
|
|
1421
1421
|
doc.account_type = account_info_ret.data.account_type;
|
|
1422
1422
|
doc.email = doc.email?.[0];
|
|
1423
|
+
if (doc.connection_stat) {
|
|
1424
|
+
doc.online = account_info_ret.data.online;
|
|
1425
|
+
}
|
|
1423
1426
|
} else {
|
|
1424
1427
|
doc.email = doc.email?.[0];
|
|
1425
1428
|
doc.emails = doc.email;
|