mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-27 07:46:17 +01:00
remove redundant itemIds call
This commit is contained in:
parent
a35da080aa
commit
de2b314328
@ -278,10 +278,7 @@ QList<Message> GreaderNetwork::getMessagesIntelligently(ServiceRoot* root,
|
||||
// 2. Get read IDs for a feed.
|
||||
// 3. Download messages/contents for missing or changed IDs.
|
||||
// 4. Add prefetched starred msgs.
|
||||
QStringList remote_all_ids_list = m_downloadOnlyUnreadMessages
|
||||
? QStringList()
|
||||
: itemIds(stream_id, false, proxy, -1, m_newerThanFilter);
|
||||
QStringList remote_unread_ids_list = itemIds(stream_id, true, proxy, -1, m_newerThanFilter);
|
||||
QStringList remote_all_ids_list, remote_unread_ids_list;
|
||||
|
||||
try {
|
||||
remote_all_ids_list = m_downloadOnlyUnreadMessages
|
||||
|
Loading…
x
Reference in New Issue
Block a user