From 3cf0888c54f2e9e1160fa62a81faf9fbb0350dda Mon Sep 17 00:00:00 2001 From: Satindar Dhillon Date: Mon, 2 May 2022 11:13:10 -0700 Subject: [PATCH] include pending linked when fetching --- .../Sources/Services/DataService/Queries/LibraryItemsQuery.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/apple/OmnivoreKit/Sources/Services/DataService/Queries/LibraryItemsQuery.swift b/apple/OmnivoreKit/Sources/Services/DataService/Queries/LibraryItemsQuery.swift index e8e04d43a..ac6152ac3 100644 --- a/apple/OmnivoreKit/Sources/Services/DataService/Queries/LibraryItemsQuery.swift +++ b/apple/OmnivoreKit/Sources/Services/DataService/Queries/LibraryItemsQuery.swift @@ -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(