mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
Fix #1208
This commit is contained in:
parent
9965abccfb
commit
ce6fa4c0fc
2 changed files with 9 additions and 1 deletions
|
@ -50,6 +50,7 @@ func (h *handler) showUnreadEntryPage(w http.ResponseWriter, r *http.Request) {
|
|||
|
||||
entryPaginationBuilder := storage.NewEntryPaginationBuilder(h.store, user.ID, entry.ID, user.EntryDirection)
|
||||
entryPaginationBuilder.WithStatus(model.EntryStatusUnread)
|
||||
entryPaginationBuilder.WithGloballyVisible()
|
||||
prevEntry, nextEntry, err := entryPaginationBuilder.Entries()
|
||||
if err != nil {
|
||||
html.ServerError(w, r, err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue