Browse Source
This filters muted messages from unread count in Telegram service. Currently, the Telegram service computes unread count based on class `im_dialog_badge badge`. This includes the count of muted conversations which add an additional class `im_dialog_badge_muted` to the badge. In order to ignore the count of these muted conversations, the list of elements is filtered for not having the class `im_dialog_badge_muted`.pull/518/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue