-
Notifications
You must be signed in to change notification settings - Fork 25
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
Notification count not working since last whatsapp update #13
Comments
Can confirm. I didn't test changing all the selectors to |
Well, i don't know if it's related, by since yesterday i get the indication of 2 unread messages, that are showing up only in FRANZ (do not show up in whatsApp WEB via browser!) FERDIUM had a similar problem: ferdium/ferdium-app#766 Should i open a new issue? |
Same issue here since end of August (last update?). Going back to recipe-whatsapp 1.0.36 (previous version of webview.js) fixes it. The unread message badge fix is obviously faulty! |
Sadly, i gave up on FRANZ and moved to FERDIUM... (and I'm glad i did) |
@marcolopes |
Whatsapp web was recently updated (1 or 2 days ago), and since then the notification count does not work any longer.
It seems that replacing
const elements = document.querySelectorAll('.CxUIE, .unread, ._0LqQ');
by
const elements = document.querySelectorAll('._31gEB');
fixes it, or at least it did in my case.
The text was updated successfully, but these errors were encountered: