Don't jump to unread from chat bottom (support).

This commit is contained in:
John Preston 2018-10-07 22:27:57 +03:00
parent a0ff432ac8
commit ee8819681f

View file

@ -5033,6 +5033,9 @@ int HistoryWidget::countAutomaticScrollTop() {
setMsgId(ShowAtUnreadMsgId);
result = countInitialScrollTop();
App::wnd()->checkHistoryActivation();
if (Auth().supportMode()) {
history->unsetFirstUnreadMessage();
}
return result;
}
}