mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix: profilePictureUrl (#901)
This commit is contained in:
committed by
GitHub
parent
d396a03e65
commit
5bdfc63105
@@ -529,7 +529,8 @@ export const makeChatsSocket = (config: SocketConfig) => {
|
|||||||
const result = await query({
|
const result = await query({
|
||||||
tag: 'iq',
|
tag: 'iq',
|
||||||
attrs: {
|
attrs: {
|
||||||
to: jid,
|
target: jid,
|
||||||
|
to: S_WHATSAPP_NET,
|
||||||
type: 'get',
|
type: 'get',
|
||||||
xmlns: 'w:profile:picture'
|
xmlns: 'w:profile:picture'
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user