Change function names using the find suffix to use the existing suffix to match precedent.

This commit is contained in:
Maurice Parker
2020-03-29 12:00:02 -05:00
parent 3b31f2562d
commit 2afdd26c9d
4 changed files with 4 additions and 4 deletions

View File

@@ -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()
}