Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mute Chat not working #1772

Closed
christianahmed opened this issue Mar 25, 2024 · 0 comments
Closed

Mute Chat not working #1772

christianahmed opened this issue Mar 25, 2024 · 0 comments

Comments

@christianahmed
Copy link

WA-JS Version

2.28.1 and 3.0.0

WhatsApp Version

2.2412.50 and earlier

Browser Version

Chrome/64, Chrome/110 and Chrome/114

Operation System

Android 13

Steps to reproduce

I am building a Flutter mobile app using a headless InAppWebView web browser (i.e. flutter_inappwebview) to connect to WPP and execute various functions. So far, all functions works including sending message, archiving and unarchiving chats, but the mute and unmute functions don't work.

  • canMute return true
  • The "muteExpiration" field is set to the parameter date timestamp.

What is expected?

The chat to be muted or unmuted when looking at the device.

What is actually happening?

  • The chats are not muted nor unmuted.
  • When mute is called, the muteExpiration field is set to the value (correct), but the chat is not muted.
  • When unmute is called, the muteExpiration field is clear (correct), but the chat is not unmuted.

Any additional comments?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant