bag messages only if intelligent algorithm is enabled
This commit is contained in:
parent
eaffa942f8
commit
07d48240d5
@ -142,7 +142,7 @@ QList<Message> GreaderServiceRoot::obtainNewMessages(Feed* feed,
|
||||
}
|
||||
|
||||
bool GreaderServiceRoot::wantsBaggedIdsOfExistingMessages() const {
|
||||
return true;
|
||||
return m_network->intelligentSynchronization();
|
||||
}
|
||||
|
||||
void GreaderServiceRoot::start(bool freshly_activated) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user