telegram-tt icon indicating copy to clipboard operation
telegram-tt copied to clipboard

Fix markMentionsRead() for albums and action messages

Open Azq2 opened this issue 10 months ago • 1 comments

This PR fixes two related but independent issues.

  1. For “system” messages (ActionMessage) the markMentionsRead() is never called.

  2. For messages with albums (which actually consist of multiple messages), markMentionsRead() was called only for the first message, and not for all submessages.

Both these problems create problem, where unread mentions are just accumulated to infinity.

image

In my opinion, this is the most annoying bug in Telegram Web.

Azq2 avatar Jan 27 '25 05:01 Azq2

Deploy request for telegram-tt-previews pending review.

Visit the deploys page to approve it

Name Link
Latest commit 19ef1ac9c771c7050d1812df0bb4cf71c9e4b742

netlify[bot] avatar Jan 27 '25 05:01 netlify[bot]