mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Get Data.framework building again.
This commit is contained in:
@@ -38,7 +38,7 @@ public final class ArticleStatus: Hashable {
|
||||
|
||||
public convenience init(articleID: String, dateArrived: Date) {
|
||||
|
||||
init(articleID: articleID, read: false, starred: false, userDeleted: false, dateArrived: dateArrived, accountInfo: nil)
|
||||
self.init(articleID: articleID, read: false, starred: false, userDeleted: false, dateArrived: dateArrived, accountInfo: nil)
|
||||
}
|
||||
|
||||
public func boolStatus(forKey key: String) -> Bool {
|
||||
|
||||
Reference in New Issue
Block a user