mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
include content in updateSince api response by default for offline use
This commit is contained in:
parent
fa4b3bf462
commit
8501509564
1 changed files with 1 additions and 0 deletions
|
|
@ -786,6 +786,7 @@ export const updatesSinceResolver = authorized<
|
|||
size: size + 1, // fetch one more item to get next cursor
|
||||
includeDeleted: true,
|
||||
query,
|
||||
includeContent: true, // by default include content for offline use for now
|
||||
},
|
||||
uid
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue