Mark as read only in inited history view.
This commit is contained in:
parent
a3f19c073b
commit
1980c1004e
|
@ -2465,6 +2465,7 @@ bool HistoryWidget::doWeReadServerHistory() const {
|
|||
bool HistoryWidget::doWeReadMentions() const {
|
||||
return _history
|
||||
&& _list
|
||||
&& _historyInited
|
||||
&& !_firstLoadRequest
|
||||
&& !_a_show.animating()
|
||||
&& App::wnd()->doWeMarkAsRead();
|
||||
|
|
Loading…
Reference in New Issue