diff --git a/src/Socket/chats.ts b/src/Socket/chats.ts index 6991aac..059d61a 100644 --- a/src/Socket/chats.ts +++ b/src/Socket/chats.ts @@ -215,6 +215,7 @@ export const makeChatsSocket = (config: SocketConfig) => { } const profilePictureUrl = async(jid: string) => { + jid = jidNormalizedUser(jid) const result = await query({ tag: 'iq', attrs: {