mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Update RSCore.
This commit is contained in:
@@ -26,7 +26,7 @@ final class ArticlesTable: DatabaseTable {
|
||||
}()
|
||||
|
||||
// TODO: update articleCutoffDate as time passes and based on user preferences.
|
||||
private var articleCutoffDate = NSDate.rs_dateWithNumberOfDays(inThePast: 90)!
|
||||
private let articleCutoffDate = Date().bySubtracting(days: 90)
|
||||
|
||||
private typealias ArticlesFetchMethod = (FMDatabase) -> Set<Article>
|
||||
|
||||
|
||||
Submodule submodules/RSCore updated: d6f6826e1e...a23d10cbd7
Reference in New Issue
Block a user