mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-03 12:27:32 +01:00
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…
x
Reference in New Issue
Block a user