@periskope/baileys 6.7.10-alpha.1 → 6.7.10-alpha.2

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.
@@ -788,6 +788,7 @@ const makeMessagesRecvSocket = (config) => {
788
788
  keyRetryMap.set(key.id, retryCount + 1);
789
789
  if (retryCount > 3) {
790
790
  logger.warn({ attrs }, 'ignoring phash in ack, as it has been retried too many times');
791
+ keyRetryMap.delete(key.id);
791
792
  }
792
793
  else {
793
794
  logger.info({ attrs }, 'received phash in ack, resending message...');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@periskope/baileys",
3
- "version": "6.7.10-alpha.1",
3
+ "version": "6.7.10-alpha.2",
4
4
  "description": "Periskope Fork of Baileys",
5
5
  "keywords": [
6
6
  "whatsapp",