aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/entry_bookmark.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/entry_bookmark.go')
-rw-r--r--ui/entry_bookmark.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/entry_bookmark.go b/ui/entry_bookmark.go
index 65ee65c..9a469e1 100644
--- a/ui/entry_bookmark.go
+++ b/ui/entry_bookmark.go
@@ -56,6 +56,8 @@ func (c *Controller) ShowStarredEntry(w http.ResponseWriter, r *http.Request) {
html.ServerError(w, nil)
return
}
+
+ entry.Status = model.EntryStatusRead
}
entryPaginationBuilder := storage.NewEntryPaginationBuilder(c.store, user.ID, entry.ID, user.EntryDirection)