bag messages only if intelligent algorithm is enabled
This commit is contained in:
parent
eaffa942f8
commit
07d48240d5
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue