mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix a couple concurrency warnings.
This commit is contained in:
@@ -33,7 +33,7 @@ public extension Notification.Name {
|
||||
static let StatusesDidChange = Notification.Name(rawValue: "StatusesDidChange")
|
||||
}
|
||||
|
||||
public enum AccountType: Int, Codable {
|
||||
public enum AccountType: Int, Codable, Sendable {
|
||||
// Raw values should not change since they’re stored on disk.
|
||||
case onMyMac = 1
|
||||
case cloudKit = 2
|
||||
|
||||
Reference in New Issue
Block a user