mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-10-10 01:22:43 +02:00
Increases Home feed to 400
This commit is contained in:
@@ -48,7 +48,7 @@ object NostrHomeDataSource: NostrDataSource<Note>("HomeFeed") {
|
|||||||
return JsonFilter(
|
return JsonFilter(
|
||||||
kinds = listOf(TextNoteEvent.kind, RepostEvent.kind),
|
kinds = listOf(TextNoteEvent.kind, RepostEvent.kind),
|
||||||
authors = followSet,
|
authors = followSet,
|
||||||
limit = 200
|
limit = 400
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user