Mark RetentionStyle as Sendable.

This commit is contained in:
Brent Simmons 2024-04-04 22:06:56 -07:00
parent 9f67b3f498
commit cc276dad2a
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public struct ArticleChanges: Sendable {
/// Fetch articles and unread counts. Save articles. Mark as read/unread and starred/unstarred.
public actor ArticlesDatabase {
public enum RetentionStyle {
public enum RetentionStyle: Sendable {
/// Local and iCloud: article retention is defined by contents of feed
case feedBased
/// Feedbin, Feedly, etc.: article retention is defined by external system