mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Don’t show summary text in the timeline if it’s just “Comments.” (As in Hacker News.)
This commit is contained in:
@@ -128,7 +128,9 @@ func timelineSummaryForArticle(_ article: Article) -> String {
|
||||
|
||||
var s = body.rs_string(byStrippingHTML: 300)
|
||||
s = timelineNormalizedText(s)
|
||||
|
||||
if s == "Comments" { // Hacker News.
|
||||
s = ""
|
||||
}
|
||||
summaryCache[body] = s
|
||||
return s
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user