user/{userID}/state/com.google/read
is missing in categories
section for read entries
This commit is contained in:
parent
6544e413b8
commit
1bd5d57884
1 changed files with 1 additions and 1 deletions
|
@ -992,7 +992,7 @@ func (h *handler) streamItemContentsHandler(w http.ResponseWriter, r *http.Reque
|
|||
if entry.Feed.Category.Title != "" {
|
||||
categories = append(categories, fmt.Sprintf(UserLabelPrefix, userID)+entry.Feed.Category.Title)
|
||||
}
|
||||
if entry.Starred {
|
||||
if entry.Status == model.EntryStatusRead {
|
||||
categories = append(categories, userRead)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue