Change the timeline byline to be the webbed for now

This commit is contained in:
Maurice Parker 2020-07-01 17:44:45 -05:00
parent 269d9462fe
commit e7e3a0d5d7
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ struct TimelineItem: Identifiable {
}
var byline: String {
return article.byline()
return article.webFeed?.nameForDisplay ?? ""
}
var dateTimeString: String {