From 647138ffe52e784fb6fb92e5759c5ff00b5457bc Mon Sep 17 00:00:00 2001 From: Adhiraj Singh Date: Wed, 13 Apr 2022 13:20:56 +0530 Subject: [PATCH] chore: remove redundant ID flags in query --- src/Socket/chats.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Socket/chats.ts b/src/Socket/chats.ts index a3fe787..75f3a53 100644 --- a/src/Socket/chats.ts +++ b/src/Socket/chats.ts @@ -542,7 +542,6 @@ export const makeChatsSocket = (config: SocketConfig) => { to: S_WHATSAPP_NET, xmlns: 'abt', type: 'get', - id: generateMessageTag(), }, content: [ { tag: 'props', attrs: { protocol: '1' } } @@ -569,7 +568,6 @@ export const makeChatsSocket = (config: SocketConfig) => { to: S_WHATSAPP_NET, xmlns: 'w', type: 'get', - id: generateMessageTag(), }, content: [ { tag: 'props', attrs: { } }