diff --git a/Telegram/SourceFiles/history/history_widget.cpp b/Telegram/SourceFiles/history/history_widget.cpp index 8eeccd3ea..8f6a1c2d7 100644 --- a/Telegram/SourceFiles/history/history_widget.cpp +++ b/Telegram/SourceFiles/history/history_widget.cpp @@ -2465,6 +2465,7 @@ bool HistoryWidget::doWeReadServerHistory() const { bool HistoryWidget::doWeReadMentions() const { return _history && _list + && _historyInited && !_firstLoadRequest && !_a_show.animating() && App::wnd()->doWeMarkAsRead();