Real-time message revocation (revoke/delete) events in Newsletters for non-admin subscribers #1118
Unanswered
miniminiminiminiminimini
asked this question in
WhatsApp protocol Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm currently using whatsmeow to sync messages from several WhatsApp Channels (Newsletters). While receiving new messages via *events.Message works perfectly, I've noticed that message revocation (deletion) events never seem to reach the socket for non-admin subscribers.
I've tried debugging with a total event dump, but when a message is deleted in a channel, there are no incoming events at all (no revoke type in *events.Message, no *events.NewsletterLiveUpdate, and no AppState syncs).
Is there a specific event type or a low-level stanza I should be listening for to detect message deletions in real-time as a regular subscriber? Or is this event simply not broadcasted by WhatsApp servers to anyone except channel admins?
Thanks in advance!
All reactions