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 }),
|
tags = mapOf("e" to it.map { it.idHex }),
|
||||||
since = findMinimumEOSEs(it),
|
since = findMinimumEOSEs(it),
|
||||||
// Max amount of "replies" to download on a specific event.
|
// Max amount of "replies" to download on a specific event.
|
||||||
limit = 1000,
|
limit = 10000,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
TypedFilter(
|
TypedFilter(
|
||||||
|
|||||||
Reference in New Issue
Block a user