Chats not being received bug fix

This commit is contained in:
Adhiraj Singh
2020-11-05 16:57:27 +05:30
parent 155df2bc4f
commit 75aa1f9d81
3 changed files with 15 additions and 14 deletions

View File

@@ -480,7 +480,7 @@ Baileys is written, keeping in mind, that you may require other custom functiona
First, enable the logging of unhandled messages from WhatsApp by setting
``` ts
conn.logger.level = 'unhandled'
conn.logger.level = 'debug'
```
This will enable you to see all sorts of messages WhatsApp sends in the console. Some examples: