2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Request last topic message if it becomes unknown.

This commit is contained in:
John Preston
2022-10-06 20:06:24 +04:00
parent 032e6c57e9
commit f258b054e8
11 changed files with 91 additions and 39 deletions

View File

@@ -1961,7 +1961,7 @@ void MainWidget::windowShown() {
void MainWidget::dialogsToUp() {
if (_dialogs) {
_dialogs->jumpToTop(true);
_dialogs->jumpToTop();
}
}