@xuda.io/account_module 1.2.1199 → 1.2.1200
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 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -1994,7 +1994,7 @@ export const add_contact = async function (req, job_id, headers) {
|
|
|
1994
1994
|
if (!doc.profile_avatar) {
|
|
1995
1995
|
// create factual avatar
|
|
1996
1996
|
if (!is_spam) {
|
|
1997
|
-
ai_module.update_thumbnail('contact', doc, account_profile_info.app_id,
|
|
1997
|
+
ai_module.update_thumbnail('contact', doc, account_profile_info.app_id, uid, job_id, headers, 'xuda_contacts', [email, doc._id, 'contact', account_profile_info.app_id], account_profile_info);
|
|
1998
1998
|
}
|
|
1999
1999
|
}
|
|
2000
2000
|
}
|