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