mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Change the timeline byline to be the webbed for now
This commit is contained in:
@@ -34,7 +34,7 @@ struct TimelineItem: Identifiable {
|
||||
}
|
||||
|
||||
var byline: String {
|
||||
return article.byline()
|
||||
return article.webFeed?.nameForDisplay ?? ""
|
||||
}
|
||||
|
||||
var dateTimeString: String {
|
||||
|
||||
Reference in New Issue
Block a user