Increase the amount of public channel messages to 10 in the Chatroom List View (to calculate the last one)

pull/150/head
Vitor Pamplona 2023-02-22 18:13:38 -05:00
rodzic ccd1bdcad0
commit 6da089d864
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -65,7 +65,7 @@ object NostrChatroomListDataSource: NostrDataSource("MailBoxFeed") {
filter = JsonFilter(
kinds = listOf(ChannelMessageEvent.kind),
tags = mapOf("e" to listOf(it)),
limit = 1
limit = 10
)
)
}