@xuda.io/account_module 1.2.769 → 1.2.771

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.
Files changed (2) hide show
  1. package/index.mjs +2 -1
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -29,6 +29,7 @@ const account_info_properties = [
29
29
  'auto_respond',
30
30
  'auto_respond_mode',
31
31
  'auto_respond_agents',
32
+ 'profile_avatar_stat',
32
33
  ];
33
34
 
34
35
  global._conf = (
@@ -148,7 +149,7 @@ export const update_account_info = async function (req, job_id, headers) {
148
149
  if (!change) {
149
150
  return { code: 1300, data: 'no change' };
150
151
  }
151
-
152
+ debugger;
152
153
  if (account_info_changes_arr.includes('profile_picture')) {
153
154
  account_obj.account_info['profile_avatar'] = '';
154
155
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.769",
3
+ "version": "1.2.771",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.mjs",
6
6
  "dependencies": {