mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix bug where mark older than caused all articles in the timeline to be marked as read
This commit is contained in:
@@ -558,7 +558,7 @@ class AppCoordinator: NSObject, UndoableCommandRunner {
|
||||
if articlesToMark.isEmpty {
|
||||
return
|
||||
}
|
||||
markAllAsRead(articles)
|
||||
markAllAsRead(articlesToMark)
|
||||
}
|
||||
|
||||
func toggleReadForCurrentArticle() {
|
||||
|
||||
Reference in New Issue
Block a user