meetfranz / recipe-whatsapp

Official Franz Recipe for WhatsApp
6 stars 25 forks source link

Notification count not working since last whatsapp update #13

Open dcferreira opened 4 years ago

dcferreira commented 4 years ago

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 commented 4 years ago

Can confirm. I didn't test changing all the selectors to ' ._31gEB' tho. This is my PR: https://github.com/meetfranz/recipe-whatsapp/pull/14

marcolopes commented 1 year ago

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: https://github.com/ferdium/ferdium-app/issues/766

Should i open a new issue?

wf2020 commented 11 months ago

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 commented 11 months ago

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

wf2020 commented 11 months ago

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