mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-07-01 05:10:43 +02:00
Downloading just the last metadata for users being displayed in the screen.
This commit is contained in:
@ -16,7 +16,7 @@ object NostrSingleUserDataSource: NostrDataSource<Note>("SingleUserFeed") {
|
|||||||
JsonFilter(
|
JsonFilter(
|
||||||
kinds = listOf(MetadataEvent.kind),
|
kinds = listOf(MetadataEvent.kind),
|
||||||
authors = listOf(it.substring(0, 8)),
|
authors = listOf(it.substring(0, 8)),
|
||||||
limit = 10
|
limit = 1
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user