-
Notifications
You must be signed in to change notification settings - Fork 830
Closed
Closed
Documentation
Copy link
Labels
Description
Bug Summary
Categories in the API do not have total_unread and feed_count members
Description
The changelog for Miniflux 2.0.46 states in part:
Update categories API endpoint to return `total_unread` and `feed_count`
These properties do seem to exist in the code, but I haven't been able to make them show up in the API:
Lines 14 to 15 in 0ef21e8
| FeedCount *int `json:"feed_count,omitempty"` | |
| TotalUnread *int `json:"total_unread,omitempty"` |
Am I missing something?
Steps to Reproduce
- Have a category which has feeds which have unread entries
- Make a request to
GET /v1/categories - Note no counts are present in the output
Expected Behavior
As stated in the changelog
Actual Behavior
The changelog appears to be mistaken
Version
2.2.7
Browser
No response
Relevant Logs or Error Output
Additional Context
No response
Checklist
- I have searched existing issues to ensure this bug hasn't been reported before.