mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Get content from search results
This commit is contained in:
parent
2c09c2b4d6
commit
6094f0793e
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ suspend fun Networker.search(
|
|||
slug = it.node.slug,
|
||||
isArchived = it.node.isArchived,
|
||||
contentReader = it.node.contentReader.rawValue,
|
||||
content = null,
|
||||
content = it.node.content,
|
||||
wordsCount = it.node.wordsCount,
|
||||
),
|
||||
labels = (it.node.labels ?: listOf()).map { label ->
|
||||
|
|
|
|||
Loading…
Reference in a new issue