mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
Show unread counters on feeds page
This commit is contained in:
parent
2eb2441f2b
commit
e38333e272
15 changed files with 115 additions and 11 deletions
|
@ -20,7 +20,7 @@ func (h *handler) showFeedsPage(w http.ResponseWriter, r *http.Request) {
|
|||
return
|
||||
}
|
||||
|
||||
feeds, err := h.store.Feeds(user.ID)
|
||||
feeds, err := h.store.FeedsWithCounters(user.ID)
|
||||
if err != nil {
|
||||
html.ServerError(w, r, err)
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue