diff --git a/Shared/Exporters/OPMLExporter.swift b/Shared/Exporters/OPMLExporter.swift index d1158958e..b0d5b6d52 100644 --- a/Shared/Exporters/OPMLExporter.swift +++ b/Shared/Exporters/OPMLExporter.swift @@ -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 =