Missing votes (pollUpdateMessages) in messaging-history.set
Author: ElkinSA-bitCreated Dec 26, 2023Updated Sep 9, 2026
Labelsbug
Describe the bug There's an issue where only pollCreationMessages are received, and not pollUpdateMessages when going through the messaging history.
To Reproduce Steps to reproduce the behavior:
- Created a new connection
- Navigate to the messaging history.
- Iterate through each message returned by the history.
- Observe that only pollCreationMessages are received, and there are no instances of pollUpdateMessages.
Expected behavior When going through the messaging history, both pollCreationMessages and votes should be received. The connection should accurately reflect the updates related to polls, including relevant voting information.
Environment:
Is this on a server? No, it's in a local development environment.
What do your
connectOptionslook like?Do you have multiple clients on the same IP? I have 2 connections running, at the same time
Are you using a proxy? No
Additional context Using latest stable version of Baileys
Source: WhiskeySockets/Baileys