mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-04-04 09:58:08 +02:00
Moves the # of downloaded msgs for channel index to 100 in the hopes that none of the 100 are being filtered by spam.
This commit is contained in:
parent
f455898ac4
commit
c12ec88e96
@ -65,7 +65,7 @@ object NostrChatroomListDataSource: NostrDataSource("MailBoxFeed") {
|
||||
filter = JsonFilter(
|
||||
kinds = listOf(ChannelMessageEvent.kind),
|
||||
tags = mapOf("e" to listOf(it)),
|
||||
limit = 10
|
||||
limit = 100 // Remember to consider spam that is being removed from the UI
|
||||
)
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user