-
Notifications
You must be signed in to change notification settings - Fork 75
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
Reactions remain unread #140
Comments
I will try to fix this |
thx a lot |
thx |
@Peter-maximus I think that for groups that are part of communities, a |
apologize, i do not use group chats.
however do i understand correctly that you are saying that group chats are automatically marked as read immediatelly once i click on a chat (even if "don't send read confirmations" are enabled in plugin?)
From: Tomer ***@***.***
Sent: 31 August 2023 21:24
To: tomer8007/whatsapp-web-incognito
Cc: Peter-maximus; Mention
Subject: Re: [tomer8007/whatsapp-web-incognito] Reactions remain unread (Issue #140)
@Peter-maximus <https://github.com/Peter-maximus> I think that for groups that are part of communities, a read-self is sent, so clicking on such a chat in this mode marks it as read.
Are you aware of a feature in communities where you can't see who read your message?
—
Reply to this email directly, view it on GitHub <#140 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/ARRIL6KU2N2TNWV6DISS6ETXYDQERANCNFSM6AAAAAA3FG4ZR4> .
You are receiving this because you were mentioned. <https://github.com/notifications/beacon/ARRIL6OG4RTU66XW57BR2XLXYDQERA5CNFSM6AAAAAA3FG4ZR6WGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTFNVC36.gif> Message ID: ***@***.***>
|
@Peter-maximus Yes, but I'm saying it happens only in groups that are part of WhatsApp communities and only if the "fix" is on - not blocking |
understand.
so for me no issue as i don't use them at all.
|
any update on this? |
Yes, This is because I saw that when I make the reactions read, it makes a side effect where it looks like messages in communities are marked as read when you click on them, even when the blocking is on. If you don't care about this, you can fix it by removing one line of code: whatsapp-web-incognito/core/interception.js Line 231 in ae3b46b
|
would you mind to add it into GUI?
just additional simple checkbox in waincognito options popup menu.
especially as i don't know how to compile that amended code and secondly it will be also not automatically updated if new version is released…
|
How would you call such an option? It's a little weird. |
i think about following:
Name of the option:
. Send read confirmations for reactions (on / off)
Description below the option (like all other options already have):
. By enabling this option also messages in communities are marked as read when you click on them.
|
OK, well, I don't know if it's important enough, maybe in the future... What do you think about a javascript variable in the meantime? |
I would say it's very important as without it you have the "reaction" messages sticked in the notification bar on phone.
Additionally the phone behaves as there is unread message waiting for you (diode blinking, regular sound reminder etc.), even you have read it on computer.
So the whole goal of using computer instead of phone for chat loosing sense this way.
What do you mean by java script variable way?
|
I mean that, you could open open the console (F12), and type, say, |
that is very unconvenient, as it means every time i open whatsapp window i have to open console and write this command... i think it is important to have this option within program GUI otherwise reaction messages left sticked in the notification bar on the phone with all the consequences mentioned above. |
OK, I might implement that after I'll fix some more important bugs. |
thx a lot again. have a nice evening |
If "Don't send read confirmations" and "Auto-send receipts on reply" is both turned on, it works correctly for messages, however not for reactions (those smileys etc.).
I mean that if i reply in the chat after reaction, the reaction reamains unread...
It seems that web whatsapp with incognito plugin doesn't show reaction state (read / unread), however whatsapp app in mobile takes it as unread (even if i reply on it in web whatsapp with incognito plugin) and once new message come it shows popup of new message together with previous unread reactions.
At the end if you receive number of reactions from different chats and read them all just on web whatsapp with incognito plugin and afterwards come just one new regular message then whatsapp app in mobile shows you all that reactions again as new repeatedly.
Only workaround now is to make those reaction read in whatsapp app in mobile.
The text was updated successfully, but these errors were encountered: