rohitsangwan01 / whatsapp_bot_flutter

Whatsapp bot for flutter desktop
MIT License
40 stars 26 forks source link

Mute / Unmute not working with the latest version #53

Closed christianahmed closed 3 months ago

christianahmed commented 8 months ago

Successfully setup up the mobile option. I can pretty do everything successfully except muting and unmuting. I can see that the mute expiration get set properly, but the chat in the WhatsApp application is not muted. "canMute" returns true.

Vice-versa, I muted a chat in the WhatsApp app, but unmuting using the script doesn't work.

Any advice?

rohitsangwan01 commented 3 months ago

Mute/Unmute works fine, but unfortunatly, if we mute messages on Web, then it will not mute on Mobile and because this software running a browser in background with whatsapp web running in it, so Mute only happens on Web, not in mobile