mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-05 14:27:17 +01:00
Fix bug where marking articles unread from timeline contextual menu was marking older articles as read. Fix #435.
This commit is contained in:
parent
26cca9e6e9
commit
6656cff7f3
@ -44,7 +44,7 @@ extension TimelineViewController {
|
||||
guard let articles = articles(from: sender) else {
|
||||
return
|
||||
}
|
||||
markOlderArticlesRead(articles)
|
||||
markArticles(articles, read: false)
|
||||
}
|
||||
|
||||
@objc func markOlderArticlesReadFromContextualMenu(_ sender: Any?) {
|
||||
|
Loading…
Reference in New Issue
Block a user