diff --git a/Telegram/SourceFiles/history/history_message.cpp b/Telegram/SourceFiles/history/history_message.cpp index 4bb7fc8b34..28fccf8513 100644 --- a/Telegram/SourceFiles/history/history_message.cpp +++ b/Telegram/SourceFiles/history/history_message.cpp @@ -555,7 +555,7 @@ HistoryMessage::HistoryMessage( const auto fwdViewsCount = original->viewsCount(); if (fwdViewsCount > 0) { config.viewsCount = fwdViewsCount; - } else if (isPost() + } else if ((isPost() && !isScheduled()) || (original->senderOriginal() && original->senderOriginal()->isChannel())) { config.viewsCount = 1;