mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-19 14:01:01 +02:00
Increase Global size to 200
This commit is contained in:
@@ -11,7 +11,7 @@ object NostrGlobalDataSource: NostrDataSource<Note>("GlobalFeed") {
|
||||
lateinit var account: Account
|
||||
fun createGlobalFilter() = JsonFilter(
|
||||
kinds = listOf(TextNoteEvent.kind, ChannelMessageEvent.kind),
|
||||
limit = 50
|
||||
limit = 200
|
||||
)
|
||||
|
||||
val globalFeedChannel = requestNewChannel()
|
||||
|
Reference in New Issue
Block a user