Skip to content

Commit

Permalink
fix: profilePictureUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
zennn08 committed Jul 3, 2024
1 parent d396a03 commit 6b5761d
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 6b5761d

Please sign in to comment.