mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-11 08:47:33 +00:00
Increases the limit of Zap downloads for profiles to 1000
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ fun filterUserProfileZapsReceived(
|
||||
Filter(
|
||||
kinds = UserProfileZapReceiverKinds,
|
||||
tags = mapOf("p" to listOf(user.pubkeyHex)),
|
||||
limit = 200,
|
||||
limit = 1000,
|
||||
since = since?.get(relay)?.time,
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user