mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-27 17:26:37 +02:00
Increase the amount of public channel messages to 10 in the Chatroom List View (to calculate the last one)
This commit is contained in:
@@ -65,7 +65,7 @@ object NostrChatroomListDataSource: NostrDataSource("MailBoxFeed") {
|
|||||||
filter = JsonFilter(
|
filter = JsonFilter(
|
||||||
kinds = listOf(ChannelMessageEvent.kind),
|
kinds = listOf(ChannelMessageEvent.kind),
|
||||||
tags = mapOf("e" to listOf(it)),
|
tags = mapOf("e" to listOf(it)),
|
||||||
limit = 1
|
limit = 10
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user