mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
chore: remove redundant ID flags in query
This commit is contained in:
@@ -542,7 +542,6 @@ export const makeChatsSocket = (config: SocketConfig) => {
|
|||||||
to: S_WHATSAPP_NET,
|
to: S_WHATSAPP_NET,
|
||||||
xmlns: 'abt',
|
xmlns: 'abt',
|
||||||
type: 'get',
|
type: 'get',
|
||||||
id: generateMessageTag(),
|
|
||||||
},
|
},
|
||||||
content: [
|
content: [
|
||||||
{ tag: 'props', attrs: { protocol: '1' } }
|
{ tag: 'props', attrs: { protocol: '1' } }
|
||||||
@@ -569,7 +568,6 @@ export const makeChatsSocket = (config: SocketConfig) => {
|
|||||||
to: S_WHATSAPP_NET,
|
to: S_WHATSAPP_NET,
|
||||||
xmlns: 'w',
|
xmlns: 'w',
|
||||||
type: 'get',
|
type: 'get',
|
||||||
id: generateMessageTag(),
|
|
||||||
},
|
},
|
||||||
content: [
|
content: [
|
||||||
{ tag: 'props', attrs: { } }
|
{ tag: 'props', attrs: { } }
|
||||||
|
|||||||
Reference in New Issue
Block a user