diff options
Diffstat (limited to 'server/ui/controller/unread.go')
-rw-r--r-- | server/ui/controller/unread.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/ui/controller/unread.go b/server/ui/controller/unread.go index 63d7db02..16728e85 100644 --- a/server/ui/controller/unread.go +++ b/server/ui/controller/unread.go @@ -9,6 +9,7 @@ import ( "github.com/miniflux/miniflux2/server/core" ) +// ShowUnreadPage render the page with all unread entries. func (c *Controller) ShowUnreadPage(ctx *core.Context, request *core.Request, response *core.Response) { user := ctx.GetLoggedUser() offset := request.GetQueryIntegerParam("offset", 0) |