mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Merge branch 'master' into invalid-qr-patch
This commit is contained in:
@@ -546,7 +546,6 @@ export const makeChatsSocket = (config: SocketConfig) => {
|
||||
to: S_WHATSAPP_NET,
|
||||
xmlns: 'abt',
|
||||
type: 'get',
|
||||
id: generateMessageTag(),
|
||||
},
|
||||
content: [
|
||||
{ tag: 'props', attrs: { protocol: '1' } }
|
||||
@@ -573,7 +572,6 @@ export const makeChatsSocket = (config: SocketConfig) => {
|
||||
to: S_WHATSAPP_NET,
|
||||
xmlns: 'w',
|
||||
type: 'get',
|
||||
id: generateMessageTag(),
|
||||
},
|
||||
content: [
|
||||
{ tag: 'props', attrs: { } }
|
||||
|
||||
Reference in New Issue
Block a user