diff --git a/Telegram/SourceFiles/history/history_item.cpp b/Telegram/SourceFiles/history/history_item.cpp index 7deeb32d3..a0e247a1d 100644 --- a/Telegram/SourceFiles/history/history_item.cpp +++ b/Telegram/SourceFiles/history/history_item.cpp @@ -878,7 +878,7 @@ bool HistoryItem::unread() const { return false; } if (const auto user = history()->peer->asUser()) { - if (user->isBot()) { + if (user->isBot() && !user->isSupport()) { return false; } } else if (const auto channel = history()->peer->asChannel()) {