@lazyneoaz/metachat 1.0.2 → 1.0.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lazyneoaz/metachat",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "type": "commonjs",
5
5
  "types": "src/types/index.d.ts",
6
6
  "description": "Advanced Facebook Chat API client for building Messenger bots — real-time messaging, thread management, MQTT, and session stability.",
@@ -459,7 +459,6 @@ class AntiSuspension {
459
459
  }
460
460
 
461
461
  await this.enforceThreadThrottling(threadID);
462
- await this.addAdaptiveDelay(threadID);
463
462
  this._incrementDailyStats(threadID);
464
463
  }
465
464