Increase Global size to 200

This commit is contained in:
Vitor Pamplona 2023-01-27 22:04:03 -03:00
parent 6f9a69b9d4
commit 9f2f0727a0

View File

@ -11,7 +11,7 @@ object NostrGlobalDataSource: NostrDataSource<Note>("GlobalFeed") {
lateinit var account: Account lateinit var account: Account
fun createGlobalFilter() = JsonFilter( fun createGlobalFilter() = JsonFilter(
kinds = listOf(TextNoteEvent.kind, ChannelMessageEvent.kind), kinds = listOf(TextNoteEvent.kind, ChannelMessageEvent.kind),
limit = 50 limit = 200
) )
val globalFeedChannel = requestNewChannel() val globalFeedChannel = requestNewChannel()