mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix concurrency warning.
This commit is contained in:
@@ -11,7 +11,7 @@ import Account
|
||||
|
||||
struct OPMLExporter {
|
||||
|
||||
static func OPMLString(with account: Account, title: String) -> String {
|
||||
@MainActor static func OPMLString(with account: Account, title: String) -> String {
|
||||
|
||||
let escapedTitle = title.escapingSpecialXMLCharacters
|
||||
let openingText =
|
||||
|
||||
Reference in New Issue
Block a user