mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Rename isNotifyAboutNewArticles to shouldSendUserNotificationForNewArticles
This commit is contained in:
@@ -26,7 +26,7 @@ final class UserNotificationManager: Sendable {
|
||||
|
||||
Task { @MainActor in
|
||||
for article in articles {
|
||||
if !article.status.read, let feed = article.feed, feed.isNotifyAboutNewArticles ?? false {
|
||||
if !article.status.read, let feed = article.feed, feed.shouldSendUserNotificationForNewArticles ?? false {
|
||||
sendNotification(feed: feed, article: article)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user