mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-26 18:56:27 +02:00
Increasing the download limit for reactions to event
This commit is contained in:
@@ -163,7 +163,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 = 1000,
|
||||
limit = 10000,
|
||||
),
|
||||
),
|
||||
TypedFilter(
|
||||
|
Reference in New Issue
Block a user