mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Mark TodayFeedDelegate as MainActor.
This commit is contained in:
@@ -11,7 +11,7 @@ import Articles
|
||||
import ArticlesDatabase
|
||||
import Account
|
||||
|
||||
struct TodayFeedDelegate: SmartFeedDelegate {
|
||||
@MainActor struct TodayFeedDelegate: SmartFeedDelegate {
|
||||
|
||||
var sidebarItemID: SidebarItemIdentifier? {
|
||||
return SidebarItemIdentifier.smartFeed(String(describing: TodayFeedDelegate.self))
|
||||
|
||||
Reference in New Issue
Block a user