mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-13 18:00:05 +00:00
show unread/starred count
This commit is contained in:
@@ -45,7 +45,7 @@ func StaticHandler(rw http.ResponseWriter, req *http.Request) {
|
||||
func StatusHandler(rw http.ResponseWriter, req *http.Request) {
|
||||
writeJSON(rw, map[string]interface{}{
|
||||
"running": handler(req).fetchRunning,
|
||||
"stats": map[string]int64{},
|
||||
"stats": db(req).FeedStats(),
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user