whatsapp-web-incognito icon indicating copy to clipboard operation
whatsapp-web-incognito copied to clipboard

Cannot manually mark as read/unread in submenu

Open justanotheranonymoususer opened this issue 4 years ago • 3 comments

Yes, this is because the extension blocks every read packet, which also includes marking as unread. Do you want this feature?

tomer8007 avatar Oct 11 '20 20:10 tomer8007

Well, I use it sometimes. Not a big deal, I can grab my phone for it, but if those user actions can be whitelisted that can be nice. I'd guess that unlike reading a regular message, these actions don't send information to the server and just mark in the local db. But perhaps it doesn't matter for the web view which should notify the phone anyway.

Yeah, this action sends out a packet to notify the phone and it's implemented as sending a read receipt with a negative count of messages depending on how many unread messages you already had.

Should be preety easy to add, I'll just have to make sure this won't break other things.

tomer8007 avatar Oct 11 '20 20:10 tomer8007

@justanotheranonymoususer With multi-device this functionality is implemented using syncd so this bug does not happen anymore.

tomer8007 avatar Mar 20 '23 22:03 tomer8007