Skip to content

Commit

Permalink
fix(greader): return enclosures in streamItemContentsHandler response
Browse files Browse the repository at this point in the history
  • Loading branch information
fguillot committed Feb 23, 2025
1 parent 117d711 commit e078ddb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/googlereader/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -950,6 +950,7 @@ func (h *handler) streamItemContentsHandler(w http.ResponseWriter, r *http.Reque
)

builder := h.store.NewEntryQueryBuilder(userID)
builder.WithEnclosures()
builder.WithoutStatus(model.EntryStatusRemoved)
builder.WithEntryIDs(itemIDs)
builder.WithSorting(model.DefaultSortingOrder, requestModifiers.SortDirection)
Expand Down

0 comments on commit e078ddb

Please sign in to comment.