mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-03 05:21:55 +01:00
Fix concurrency warning.
This commit is contained in:
parent
9f97b08475
commit
e9ba29554c
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user