mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Rename FeedlyIngestStreamArticleIdsOperation to FeedlyIngestStreamArticleIDsOperation.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// FeedlyIngestStreamArticleIdsOperation.swift
|
||||
// FeedlyIngestStreamArticleIDsOperation.swift
|
||||
// Account
|
||||
//
|
||||
// Created by Kiel Gillard on 9/1/20.
|
||||
@@ -15,7 +15,7 @@ import Secrets
|
||||
/// Typically, it pages through the article ids of the global.all stream.
|
||||
/// As the article ids are collected, a default read status is created for each.
|
||||
/// So this operation has side effects *for the entire account* it operates on.
|
||||
class FeedlyIngestStreamArticleIdsOperation: FeedlyOperation, Logging {
|
||||
class FeedlyIngestStreamArticleIDsOperation: FeedlyOperation, Logging {
|
||||
|
||||
private let account: Account
|
||||
private let resource: FeedlyResourceID
|
||||
|
||||
@@ -65,7 +65,7 @@ final class FeedlySyncAllOperation: FeedlyOperation, Logging {
|
||||
createFeedsOperation.addDependency(mirrorCollectionsAsFolders)
|
||||
self.operationQueue.add(createFeedsOperation)
|
||||
|
||||
let getAllArticleIds = FeedlyIngestStreamArticleIdsOperation(account: account, userId: feedlyUserId, service: getStreamIdsService)
|
||||
let getAllArticleIds = FeedlyIngestStreamArticleIDsOperation(account: account, userId: feedlyUserId, service: getStreamIdsService)
|
||||
getAllArticleIds.delegate = self
|
||||
getAllArticleIds.downloadProgress = downloadProgress
|
||||
getAllArticleIds.addDependency(createFeedsOperation)
|
||||
|
||||
Reference in New Issue
Block a user