From a47c9a14615b2f56db5a928740e24509294cd365 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Wed, 25 Dec 2024 15:40:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=80=E4=B8=AAopen?= =?UTF-8?q?=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wai-server/core/baileys/index.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/wai-server/core/baileys/index.js b/wai-server/core/baileys/index.js index 5df3e50..a7b28e0 100644 --- a/wai-server/core/baileys/index.js +++ b/wai-server/core/baileys/index.js @@ -269,10 +269,6 @@ const createWhatsApp = async phone => { }); } } else if (connection === 'open') { - waEmitter.emit('connection:open', { - whatsAppNo, - status: 'online', - }); waEmitter.emit('connection:open', { status: 'open', whatsAppNo });