minor updates

This commit is contained in:
Adhiraj Singh
2021-07-16 01:39:55 +05:30
parent b372e36a2b
commit 753ecf099b
3 changed files with 9 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ const makeChatsSocket = (config: SocketConfig) => {
const fetchImageUrl = async(jid: string) => {
const response = await query({
json: ['query', 'ProfilePicThumb', jid],
expect200: true,
expect200: false,
requiresPhoneConnection: false
})
return response.eurl as string | undefined