Downloading just the last metadata for users being displayed in the screen.

This commit is contained in:
Vitor Pamplona 2023-01-19 21:40:24 -05:00
parent e47476129f
commit 359eb0b000

View File

@ -16,7 +16,7 @@ object NostrSingleUserDataSource: NostrDataSource<Note>("SingleUserFeed") {
JsonFilter(
kinds = listOf(MetadataEvent.kind),
authors = listOf(it.substring(0, 8)),
limit = 10
limit = 1
)
}
}