Increases the limit of Zap downloads for profiles to 1000

This commit is contained in:
Vitor Pamplona
2026-02-07 18:20:23 -05:00
parent 838fb3ed7e
commit 7813d20f8e
@@ -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,
),
)