Remove splits reverse. It was done on the server.

This commit is contained in:
John Preston 2022-12-30 10:49:51 +04:00
parent 693ff3398e
commit 46bae9ed74
1 changed files with 0 additions and 2 deletions

View File

@ -490,8 +490,6 @@ void ApiWrap::requestSplitRanges() {
_splits.push_back(MTP_messageRange(
MTP_int(1),
MTP_int(std::numeric_limits<int>::max())));
} else {
ranges::reverse(_splits);
}
_startProcess->splitIndex = useOnlyLastSplit()
? (_splits.size() - 1)