Increase the number of characters available for the summary in the timeline. Issue #1333

This commit is contained in:
Maurice Parker 2019-11-23 18:22:58 -06:00
parent d8b324e3da
commit 9f60984ba2
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ struct ArticleStringFormatter {
return cachedBody
}
var s = body.rsparser_stringByDecodingHTMLEntities()
s = s.rs_string(byStrippingHTML: 150)
s = s.rs_string(byStrippingHTML: 250)
s = s.rs_stringByTrimmingWhitespace()
s = s.rs_stringWithCollapsedWhitespace()
if s == "Comments" { // Hacker News.