diff --git a/src/Socket/chats.ts b/src/Socket/chats.ts index 6eb14d75552..e9ee6df55ac 100644 --- a/src/Socket/chats.ts +++ b/src/Socket/chats.ts @@ -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' },