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

Notification count not working since last whatsapp update #13

Open
dcferreira opened this issue Jun 5, 2020 · 5 comments
Open

Notification count not working since last whatsapp update #13

dcferreira opened this issue Jun 5, 2020 · 5 comments

Comments

@dcferreira
Copy link

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.

@rcotrina94
Copy link

rcotrina94 commented Jun 8, 2020

Can confirm. I didn't test changing all the selectors to ' ._31gEB' tho.
This is my PR: #14

@marcolopes
Copy link

marcolopes commented Aug 29, 2023

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!)
image

FERDIUM had a similar problem: ferdium/ferdium-app#766

Should i open a new issue?

@wf2020
Copy link

wf2020 commented Sep 19, 2023

Same issue here since end of August (last update?).
Three different Whatsapp account. Tried new Franz installation on clean computer with new Franz account. Always unread messages where there are none!
Didn't get any answer by mail.

Going back to recipe-whatsapp 1.0.36 (previous version of webview.js) fixes it. The unread message badge fix is obviously faulty!

@marcolopes
Copy link

Sadly, i gave up on FRANZ and moved to FERDIUM... (and I'm glad i did)

@wf2020
Copy link

wf2020 commented Sep 20, 2023

@marcolopes
Thank you. Gave Ferdium a try. Looking good so far.

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

4 participants