From 8bdc05a13d1332e19c6bb65238f2fd0a77462722 Mon Sep 17 00:00:00 2001 From: elishadavidi <62501723+elishadavidi@users.noreply.github.com> Date: Thu, 28 May 2026 17:55:44 +0300 Subject: [PATCH] Disable keepalive --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index e711655..cf7f8f8 100644 --- a/index.js +++ b/index.js @@ -166,7 +166,7 @@ async function startClient() { log('INIT', 'Telegram notifications enabled'); } - startKeepAlive(); + // startKeepAlive(); log('INIT', 'Launching WhatsApp Web...');