devlikeapro / waha

WAHA - WhatsApp HTTP API (REST API) that you can configure in a click!
https://waha.devlike.pro/
Apache License 2.0
806 stars 247 forks source link

[BUG][NOWEB] - Sync "edited" messages to Store from history #383

Open devlikepro opened 1 week ago

devlikepro commented 1 week ago

Right now if there's "edited" messages in the chat - it doesn't hit the PersitentStore (because it doesn't pass isRealMessage condition) Need to convert it to the real one and somehow save it

patron:PRO