2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Request full album for last topic message.

This commit is contained in:
John Preston
2022-10-06 19:11:26 +04:00
parent 377b86372b
commit 032e6c57e9
16 changed files with 58 additions and 35 deletions

View File

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