mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Mark as read only in inited history view.
This commit is contained in:
parent
a3f19c073b
commit
1980c1004e
1 changed files with 1 additions and 0 deletions
|
@ -2465,6 +2465,7 @@ bool HistoryWidget::doWeReadServerHistory() const {
|
|||
bool HistoryWidget::doWeReadMentions() const {
|
||||
return _history
|
||||
&& _list
|
||||
&& _historyInited
|
||||
&& !_firstLoadRequest
|
||||
&& !_a_show.animating()
|
||||
&& App::wnd()->doWeMarkAsRead();
|
||||
|
|
Loading…
Add table
Reference in a new issue