ookamiiixd / baileys-api

Simple WhatsApp REST API with multiple device support
MIT License
431 stars 327 forks source link

Message not store while in chat. #129

Closed kampit closed 1 year ago

kampit commented 1 year ago

If we are in a chat, the message is not saved to DB.

For now what I see the message column (table Message) will only be stored in the database if we are not in the chat.

Is it possible to keep all chat either chat or outside the chat.

ookamiiixd commented 1 year ago

I'll take a look into this later

kampit commented 1 year ago

I'll take a look into this later

Actually it works today. I don't have any issues to receive all message while in chat for now.