diff --git a/Telegram/SourceFiles/dialogs/dialogs_entry.cpp b/Telegram/SourceFiles/dialogs/dialogs_entry.cpp index ca7fa1f9d9..3d4e41a0cd 100644 --- a/Telegram/SourceFiles/dialogs/dialogs_entry.cpp +++ b/Telegram/SourceFiles/dialogs/dialogs_entry.cpp @@ -259,7 +259,8 @@ bool Entry::hasUnreadUnmutedForSort() const { const auto state = chatListUnreadState(); return (state.messages > state.messagesMuted) || (state.marks > state.marksMuted) - || (state.reactions > state.reactionsMuted); + || (state.reactions > state.reactionsMuted) + || (state.mentions > 0); } void Entry::updateChatListExistence() {