WhiskeySockets / Baileys

Lightweight full-featured typescript/javascript WhatsApp Web API
https://baileys.whiskeysockets.io/
MIT License
3.1k stars 1.07k forks source link

[BUG] Messages cannot be seen in some groups, while the bot logs that the message is sent successfully. However, the bot works fine in other groups and private chats. #861

Open 7thRA-ONE opened 3 weeks ago

7thRA-ONE commented 3 weeks ago

Problem: Messages cannot be seen in some groups, while the bot logs that the message is sent successfully. However, the bot works fine in other groups and private chats.

Environment:

@whiskeysockets/baileys: ^6.7.4 Node.js: ^20.12.2 npm: ^10.5.2 Platform: Heroku . Any solution???

vermaysha commented 3 weeks ago

Are you implementing getmessage()?

lampukotak commented 3 weeks ago

cannot insert message ....failed why ????

amoxilina commented 3 weeks ago

I'm having the same problem. It's even happening intermittently. It started after this new update.

renatoiub commented 2 weeks ago

Try to do

getMessage: (key) => { return (store.loadMessage(key.remoteJid, key.id))?.message || undefined; } In socket configura