mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Add send sync database contents to Feedbin
This commit is contained in:
@@ -10,7 +10,7 @@ import Foundation
|
||||
import Articles
|
||||
import RSDatabase
|
||||
|
||||
public struct SyncStatus {
|
||||
public struct SyncStatus: Hashable, Equatable {
|
||||
|
||||
public let articleID: String
|
||||
public let key: ArticleStatus.Key
|
||||
@@ -24,7 +24,7 @@ public struct SyncStatus {
|
||||
self.selected = selected
|
||||
}
|
||||
|
||||
public func databaseDictionary() -> DatabaseDictionary? {
|
||||
public func databaseDictionary() -> DatabaseDictionary {
|
||||
return [DatabaseKey.articleID: articleID, DatabaseKey.key: key.rawValue, DatabaseKey.flag: flag, DatabaseKey.selected: selected]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user