mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Rewrote the article syncing code to be more efficient and handle large datasets
This commit is contained in:
@@ -19,7 +19,7 @@ struct ReaderAPIReferenceWrapper: Codable {
|
||||
}
|
||||
|
||||
struct ReaderAPIReference: Codable {
|
||||
let itemId: String
|
||||
let itemId: String?
|
||||
|
||||
enum CodingKeys: String, CodingKey {
|
||||
case itemId = "id"
|
||||
|
||||
Reference in New Issue
Block a user