chore: load only 200 latest posts on profile

This commit is contained in:
2023-04-18 14:09:19 +01:00
parent 6d8416f88e
commit 82d2b19e36
3 changed files with 11 additions and 7 deletions

View File

@ -252,7 +252,8 @@ export default function ProfilePage() {
discriminator: id.slice(0, 12),
}}
postsOnly={false}
method={"TIME_RANGE"}
method={"LIMIT_UNTIL"}
loadMore={false}
ignoreModeration={true}
window={60 * 60 * 6}
/>