mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
allow updating folder and fetch content settings for subscriptions
This commit is contained in:
parent
a257147fc5
commit
32f99d7b07
1 changed files with 2 additions and 0 deletions
|
|
@ -334,6 +334,8 @@ export const updateSubscriptionResolver = authorized<
|
|||
: undefined,
|
||||
autoAddToLibrary: input.autoAddToLibrary ?? undefined,
|
||||
isPrivate: input.isPrivate ?? undefined,
|
||||
fetchContent: input.fetchContent ?? undefined,
|
||||
folder: input.folder ?? undefined,
|
||||
})
|
||||
|
||||
return repo.findOneByOrFail({
|
||||
|
|
|
|||
Loading…
Reference in a new issue