mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
fix: stack overflow crash
This commit is contained in:
parent
34fa52e5fb
commit
17c7993240
1 changed files with 6 additions and 6 deletions
|
@ -1242,13 +1242,13 @@ void Stories::sendIncrementViewsRequests() {
|
|||
_owner->peer(peer)->asUser()->inputUser,
|
||||
MTP_vector<MTPint>(std::move(ids))
|
||||
)).done(finish).fail(finish).send();
|
||||
_incrementViewsPending.remove(peer);
|
||||
}
|
||||
else
|
||||
{
|
||||
_incrementViewsPending.remove(peer);
|
||||
finish();
|
||||
}
|
||||
|
||||
_incrementViewsPending.remove(peer);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue