mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-26 17:52:29 +01:00
Increase Global size to 200
This commit is contained in:
parent
6f9a69b9d4
commit
9f2f0727a0
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user