Load Message Fix

This commit is contained in:
Adhiraj
2020-07-13 14:33:07 +05:30
parent 99e109130d
commit 8eca142186
2 changed files with 8 additions and 14 deletions

View File

@@ -69,16 +69,6 @@ WAClientTest('Messages', (client) => {
await createTimeout (2000)
await client.clearMessage (messages[0].key)
})
it ('should load convo', async () => {
/*const [chats] = await client.receiveChatsAndContacts ()
for (var i in chats) {
if (chats[i].jid.includes('@g.us')) {
console.log (chats[i].jid)
const data = await client.groupCreatorAndParticipants (chats[i].jid)
}
}*/
})
})
describe('Validate WhatsApp IDs', () => {