mirror of
https://github.com/miniflux/v2.git
synced 2025-08-11 17:51:01 +00:00
Show number of visible entries instead of number of read entries in feed list
This commit is contained in:
parent
2bc5ad53c2
commit
ba65556eac
3 changed files with 7 additions and 5 deletions
|
@ -253,6 +253,7 @@ func (f *FeedQueryBuilder) GetFeeds() (model.Feeds, error) {
|
|||
}
|
||||
}
|
||||
|
||||
feed.NumberOfVisibleEntries = feed.ReadCount + feed.UnreadCount
|
||||
feed.CheckedAt = timezone.Convert(tz, feed.CheckedAt)
|
||||
feed.NextCheckAt = timezone.Convert(tz, feed.NextCheckAt)
|
||||
feed.Category.UserID = feed.UserID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue