Reducing the amount of preloaded messages in chat.

pull/314/head
Vitor Pamplona 2023-03-21 14:15:26 -04:00
rodzic aae1a65cba
commit 8a72e3b7ac
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -64,7 +64,7 @@ object NostrChatroomListDataSource : NostrDataSource("MailBoxFeed") {
filter = JsonFilter(
kinds = listOf(ChannelMessageEvent.kind),
tags = mapOf("e" to listOf(it)),
limit = 100 // Remember to consider spam that is being removed from the UI
limit = 25 // Remember to consider spam that is being removed from the UI
)
)
}