bag messages only if intelligent algorithm is enabled

This commit is contained in:
Martin Rotter 2021-08-06 14:31:49 +02:00
parent eaffa942f8
commit 07d48240d5

View File

@ -142,7 +142,7 @@ QList<Message> GreaderServiceRoot::obtainNewMessages(Feed* feed,
} }
bool GreaderServiceRoot::wantsBaggedIdsOfExistingMessages() const { bool GreaderServiceRoot::wantsBaggedIdsOfExistingMessages() const {
return true; return m_network->intelligentSynchronization();
} }
void GreaderServiceRoot::start(bool freshly_activated) { void GreaderServiceRoot::start(bool freshly_activated) {