mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Change function names using the find suffix to use the existing suffix to match precedent.
This commit is contained in:
@@ -476,7 +476,7 @@ final class TimelineViewController: NSViewController, UndoableCommandRunner, Unr
|
||||
|
||||
if isReadFiltered ?? false {
|
||||
if let accountName = userInfo[ArticlePathKey.accountName] as? String,
|
||||
let account = AccountManager.shared.findActiveAccount(forDisplayName: accountName) {
|
||||
let account = AccountManager.shared.existingActiveAccount(forDisplayName: accountName) {
|
||||
exceptionArticleFetcher = SingleArticleFetcher(account: account, articleID: articleID)
|
||||
fetchAndReplaceArticlesSync()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user