commit 250b3081cf76bf4103c0f704c4ad92b490f41ccd
parent 0c7f5253e48bc6bd37c1982ac7cd397c4e740d6d
Author: Amit Dutta <mail@amit.is-a.dev>
Date: Tue, 25 Aug 2026 07:28:18 +0530
Update browser version in WASocket configuration
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.js b/index.js
@@ -162,7 +162,7 @@ async function startWhatsApp() {
version,
logger,
auth: state,
- browser: ["WhatsApp Logger Backend", "Chrome", "1.0.0"],
+ browser: ["WhatsApp Logger v4.2.1", "Chrome", "4.2.1"],
syncFullHistory: true
});