mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Mark Author as Sendable.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
import Foundation
|
||||
|
||||
public struct Author: Codable, Hashable {
|
||||
public struct Author: Codable, Hashable, Sendable {
|
||||
|
||||
public let authorID: String // calculated
|
||||
public let name: String?
|
||||
|
||||
Reference in New Issue
Block a user