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.
- package/dist/common/index.js +1 -1
- package/dist/package-json.js +1 -1
- package/package.json +1 -1
- package/src/common/index.js +1 -1
- package/src/package-json.js +1 -1
package/dist/common/index.js
CHANGED
|
@@ -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,
|
package/dist/package-json.js
CHANGED
package/package.json
CHANGED
package/src/common/index.js
CHANGED
|
@@ -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,
|