tomer8007 / whatsapp-web-incognito

A Chrome extension that disables read receipts and presence updates on WhatsApp Web
MIT License
312 stars 74 forks source link

Last seen and typing updates changes #156

Closed IsaacHatton closed 4 months ago

IsaacHatton commented 4 months ago

Issue #155 This sends a "unavailable" status (status as in presence status rather than the statuses that are messages sent to all contacts) when the checkbox is ticked, and alerts the user when unticked that a refresh will be required.

Note that there is currently no functionality to say "Don't ask me again" to the sweetalert popup.

tomer8007 commented 4 months ago

Nice. Do you think you can also send an "available" update when you un-tick the checkbox, and remove the popup?

IsaacHatton commented 4 months ago

Just made that change, it appears to function correctly.