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