diff --git a/Frameworks/Account/FeedFinder/FeedFinder.swift b/Frameworks/Account/FeedFinder/FeedFinder.swift index 8044295fa..6c00ebdf0 100644 --- a/Frameworks/Account/FeedFinder/FeedFinder.swift +++ b/Frameworks/Account/FeedFinder/FeedFinder.swift @@ -14,7 +14,7 @@ import RSCore class FeedFinder { static func find(url: URL, completion: @escaping (Result, Error>) -> Void) { - downloadUsingCache(url) { (data, response, error) in + downloadAddingToCache(url) { (data, response, error) in if response?.forcedStatusCode == 404 { completion(.failure(AccountError.createErrorNotFound)) return diff --git a/submodules/RSWeb b/submodules/RSWeb index f54e1cbad..c524ce914 160000 --- a/submodules/RSWeb +++ b/submodules/RSWeb @@ -1 +1 @@ -Subproject commit f54e1cbad3917822e40bc2310ed24bd7cb688a4f +Subproject commit c524ce9145dfe093500325b1c758ea83f82cc090