fix working not being set to false in fetcher

This commit is contained in:
Slavasil 2025-01-05 02:59:05 +03:00
parent db561e0c90
commit 11122502cf

View File

@ -280,6 +280,7 @@ void NewPostFetcher::continue_fetch() {
} }
mgr->m_unprocessedTgPosts.pop(); mgr->m_unprocessedTgPosts.pop();
} }
working = false;
onDone(std::move(merged)); onDone(std::move(merged));
} }
} }