mirror of
https://github.com/vale981/tdesktop
synced 2025-03-05 17:51:41 -05:00
Use reverse chronological order in export.
This commit is contained in:
parent
6c588a8f2f
commit
8f3510b3c4
1 changed files with 0 additions and 3 deletions
|
@ -1046,10 +1046,7 @@ void ApiWrap::finishDialogsList() {
|
|||
Expects(_dialogsProcess != nullptr);
|
||||
|
||||
const auto process = base::take(_dialogsProcess);
|
||||
|
||||
ranges::reverse(process->info.chats);
|
||||
Data::FinalizeDialogsInfo(process->info, *_settings);
|
||||
|
||||
process->done(std::move(process->info));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue