wechaty-web-panel 1.6.123 → 1.6.124

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.
@@ -98,7 +98,7 @@ async function updateContactInfo(that, noCache = false) {
98
98
  return payload.friend && !notids.includes(payload.id) && !payload.id.includes('gh_');
99
99
  });
100
100
  for (let i of realContact) {
101
- await i.sync();
101
+ // await i.sync()
102
102
  let contact = i.payload || i._payload;
103
103
  let obj = {
104
104
  robotId: contactSelf.robotId,
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const packageJson = {
5
5
  "name": "wechaty-web-panel",
6
- "version": "1.6.123",
6
+ "version": "1.6.124",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/index.js"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wechaty-web-panel",
3
- "version": "1.6.123",
3
+ "version": "1.6.124",
4
4
  "exports": {
5
5
  ".": {
6
6
  "import": "./dist/index.js"
@@ -103,7 +103,7 @@ async function updateContactInfo(that, noCache = false) {
103
103
  return payload.friend && !notids.includes(payload.id) && !payload.id.includes('gh_')
104
104
  })
105
105
  for (let i of realContact) {
106
- await i.sync()
106
+ // await i.sync()
107
107
  let contact = i.payload || i._payload
108
108
  let obj = {
109
109
  robotId: contactSelf.robotId,
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const packageJson = {
5
5
  "name": "wechaty-web-panel",
6
- "version": "1.6.123",
6
+ "version": "1.6.124",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/index.js"