mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
include pending linked when fetching
This commit is contained in:
parent
aa7d4247dd
commit
3cf0888c54
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ public extension DataService {
|
|||
try $0.articles(
|
||||
after: OptionalArgument(cursor),
|
||||
first: OptionalArgument(limit),
|
||||
includePending: OptionalArgument(true),
|
||||
query: OptionalArgument(searchQuery),
|
||||
sharedOnly: .present(false),
|
||||
sort: OptionalArgument(
|
||||
|
|
|
|||
Loading…
Reference in a new issue