Skip to content

Commit

Permalink
fix: profilePictureUrl (#901)
Browse files Browse the repository at this point in the history
  • Loading branch information
zennn08 committed Jul 12, 2024
1 parent d396a03 commit 5bdfc63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Socket/chats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
},
Expand Down

0 comments on commit 5bdfc63

Please sign in to comment.