mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add includePending=true in search API
This commit is contained in:
parent
bc1ed3f054
commit
93ab6bc87a
1 changed files with 1 additions and 0 deletions
|
|
@ -855,6 +855,7 @@ export const searchResolver = authorized<
|
|||
savedDateFilter: searchQuery.savedDateFilter,
|
||||
publishedDateFilter: searchQuery.publishedDateFilter,
|
||||
subscriptionFilter: searchQuery.subscriptionFilter,
|
||||
includePending: true,
|
||||
},
|
||||
claims.uid
|
||||
)) || [[], 0]
|
||||
|
|
|
|||
Loading…
Reference in a new issue