Reverts to 500 posts to load in the Profile screen (too many replies in some users)

This commit is contained in:
Vitor Pamplona
2025-11-26 10:59:47 -05:00
parent f29a6337a0
commit b776957d0e
@@ -81,7 +81,7 @@ fun filterUserProfilePosts(
Filter(
kinds = UserProfilePostKinds1,
authors = listOf(user.pubkeyHex),
limit = 200,
limit = 500,
since = since?.get(relay)?.time,
),
),