Previously, if the feed had no articles at all, the finalizeFolderRefresh: method exited immediately, before applying any changes to the folder title, description, homepage or last-update string/date. Even if the feed has (currently) no articles, the feed-level data and last-refresh data ought to be updated.
Closes #1813
Previously, if the feed had no articles at all, the
finalizeFolderRefresh:
method exited immediately, before applying any changes to the folder title, description, homepage or last-update string/date. Even if the feed has (currently) no articles, the feed-level data and last-refresh data ought to be updated.