[NOWEB] - Messages fromMe missing with store: `enabled`
Describe the bug
I noticed some weird in my Session with store: true, full syn: true. I check the database(postgresql) and I noticed was missing lot of fromMe: true messages. When I check the messages rows one by one I could only see from others and not from me.
and for course the api call to GET /api/{session}/chats/{chatId}/messages?limit=10 would return only with the messages I received.
Besides I received several notifications messages on the phone that was connected with a message from whatsapp business app: "You synchronisation of your Whastapp Business Ubuntu was complete", they were like appearing a lot I had to snooze.
Version
{
"version": "2025.3.2",
"engine": "NOWEB",
"tier": "PLUS",
"browser": null
}
Steps
To Reproduce Steps to reproduce the behavior:
- Create Session with stored and sync on.
- Connect with QR Code a phone with more than 1K contacts.
- Wait the connection syncing on iphone on whatsaap business app finishes.
Expected behavior
All messages fromMe and from others to be saved in the postgres Database. Some of them are saved but some of are not.