mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Remove splits reverse. It was done on the server.
This commit is contained in:
parent
693ff3398e
commit
46bae9ed74
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue