diff --git a/Telegram/SourceFiles/history/history.cpp b/Telegram/SourceFiles/history/history.cpp index fa69e0a9de..e613e6ab2a 100644 --- a/Telegram/SourceFiles/history/history.cpp +++ b/Telegram/SourceFiles/history/history.cpp @@ -1706,9 +1706,6 @@ void History::applyInboxReadUpdate( } void History::inboxRead(MsgId upTo, std::optional stillUnread) { - if (unreadCount() > 0 && loadedAtBottom()) { - App::main()->historyToDown(this); - } if (stillUnread.has_value() && folderKnown()) { setUnreadCount(*stillUnread); } else if (const auto still = countStillUnreadLocal(upTo)) {