fix working not being set to false in fetcher
This commit is contained in:
parent
db561e0c90
commit
11122502cf
@ -280,6 +280,7 @@ void NewPostFetcher::continue_fetch() {
|
||||
}
|
||||
mgr->m_unprocessedTgPosts.pop();
|
||||
}
|
||||
working = false;
|
||||
onDone(std::move(merged));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user