This commit is contained in:
Martin Rotter 2021-08-13 09:19:20 +02:00
parent 847d7cd47d
commit 19c9477552

View File

@ -101,7 +101,7 @@ void FeedDownloader::updateFeeds(const QList<Feed*>& feeds) {
feeds_per_root.insert(fd->getParentServiceRoot(), fd);
}
synchronizeAccountCaches(QList<CacheForServiceRoot*>(caches.begin(), caches.end()), false);
synchronizeAccountCaches(caches.values(), false);
auto roots = feeds_per_root.uniqueKeys();
bool is_main_thread = QThread::currentThread() == qApp->thread();