From 1745edae14fe726c8554300b76b109cf02fc9fd2 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Wed, 3 Apr 2024 20:11:09 -0700 Subject: [PATCH] Mark TodayFeedDelegate as MainActor. --- Shared/SmartFeeds/TodayFeedDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shared/SmartFeeds/TodayFeedDelegate.swift b/Shared/SmartFeeds/TodayFeedDelegate.swift index f09f7f078..ca2190aa6 100644 --- a/Shared/SmartFeeds/TodayFeedDelegate.swift +++ b/Shared/SmartFeeds/TodayFeedDelegate.swift @@ -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))