Fetch unread msgs progress #199.
This commit is contained in:
parent
7b64bc3104
commit
db4947eb4b
1 changed files with 2 additions and 1 deletions
|
@ -75,7 +75,8 @@ QList<Message> TtRssFeed::obtainNewMessages(bool* error_during_obtaining) {
|
|||
|
||||
do {
|
||||
TtRssGetHeadlinesResponse headlines = serviceRoot()->network()->getHeadlines(customId().toInt(), limit, skip,
|
||||
true, true, false, true);
|
||||
true, true, false,
|
||||
serviceRoot()->network()->downloadOnlyUnreadMessages());
|
||||
|
||||
if (serviceRoot()->network()->lastError() != QNetworkReply::NoError) {
|
||||
setStatus(Feed::NetworkError);
|
||||
|
|
Loading…
Add table
Reference in a new issue