From 1980c1004e94589d2c79b3ad4a1fe8e4100dce54 Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 20 Feb 2020 16:43:51 +0400 Subject: [PATCH] Mark as read only in inited history view. --- Telegram/SourceFiles/history/history_widget.cpp | 1 + 1 file changed, 1 insertion(+) 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();