chore: remove redundant ID flags in query

This commit is contained in:
Adhiraj Singh
2022-04-13 13:20:56 +05:30
parent dda909eb05
commit 647138ffe5

View File

@@ -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: { } }