Change the timeline byline to be the webbed for now
This commit is contained in:
parent
269d9462fe
commit
e7e3a0d5d7
|
@ -34,7 +34,7 @@ struct TimelineItem: Identifiable {
|
|||
}
|
||||
|
||||
var byline: String {
|
||||
return article.byline()
|
||||
return article.webFeed?.nameForDisplay ?? ""
|
||||
}
|
||||
|
||||
var dateTimeString: String {
|
||||
|
|
Loading…
Reference in New Issue