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