Reverts to 500 posts to load in the Profile screen (too many replies in some users)
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ fun filterUserProfilePosts(
|
|||||||
Filter(
|
Filter(
|
||||||
kinds = UserProfilePostKinds1,
|
kinds = UserProfilePostKinds1,
|
||||||
authors = listOf(user.pubkeyHex),
|
authors = listOf(user.pubkeyHex),
|
||||||
limit = 200,
|
limit = 500,
|
||||||
since = since?.get(relay)?.time,
|
since = since?.get(relay)?.time,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user