mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix: home item thumbnail not using proxy url
This commit is contained in:
parent
8f5bbdaeb0
commit
c48013ed4b
1 changed files with 3 additions and 0 deletions
|
|
@ -765,6 +765,9 @@ export const functionResolvers = {
|
|||
type: subscription.type as unknown as HomeItemSourceType,
|
||||
}
|
||||
},
|
||||
image(item: HomeItem) {
|
||||
return item.thumbnail && createImageProxyUrl(item.thumbnail, 320, 320)
|
||||
},
|
||||
},
|
||||
ArticleSavingRequest: {
|
||||
status: (item: LibraryItem) => item.state,
|
||||
|
|
|
|||
Loading…
Reference in a new issue