allows more replies to filter when using DVMs

This commit is contained in:
Vitor Pamplona
2024-06-03 12:05:58 -04:00
parent 95797171d7
commit 4e1c63d36a
@@ -178,8 +178,7 @@ object NostrSingleEventDataSource : NostrDataSource("SingleEventFeed") {
),
tags = mapOf("e" to it.map { it.idHex }),
since = findMinimumEOSEs(it),
// Max amount of "replies" to download on a specific event.
limit = 10,
limit = 100,
),
),
)