fix: profilePictureUrl (#901)

This commit is contained in:
Akhlaqul Muhammad Fadwa
2024-07-12 08:04:01 +07:00
committed by GitHub
parent d396a03e65
commit 5bdfc63105

View File

@@ -529,7 +529,8 @@ export const makeChatsSocket = (config: SocketConfig) => {
const result = await query({
tag: 'iq',
attrs: {
to: jid,
target: jid,
to: S_WHATSAPP_NET,
type: 'get',
xmlns: 'w:profile:picture'
},