From 83a067bda78c772dee2d1db48e4e5a73768fba37 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Mon, 1 Apr 2024 22:11:42 -0700 Subject: [PATCH] Make FeedlyCollectionProviding.collections MainActor. --- .../Feedly/Operations/FeedlyGetCollectionsOperation.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Account/Sources/Account/Feedly/Operations/FeedlyGetCollectionsOperation.swift b/Account/Sources/Account/Feedly/Operations/FeedlyGetCollectionsOperation.swift index 151fc2e28..69df07264 100644 --- a/Account/Sources/Account/Feedly/Operations/FeedlyGetCollectionsOperation.swift +++ b/Account/Sources/Account/Feedly/Operations/FeedlyGetCollectionsOperation.swift @@ -10,7 +10,8 @@ import Foundation import os.log protocol FeedlyCollectionProviding: AnyObject { - var collections: [FeedlyCollection] { get } + + @MainActor var collections: [FeedlyCollection] { get } } /// Get Collections from Feedly.