profile: increase number of notes shown on profile
ci/woodpecker/push/woodpecker Pipeline was successful Details

there is no good reason to show less notes on a profile deeplink.
changed limit to 450, same as explore feed.
pull/72/head
OFF0 1 year ago
parent 593d4c6e38
commit 5a18e2952c
Signed by: offbyn
GPG Key ID: 94A2F643C51F37FA

@ -132,7 +132,7 @@ function subProfile(pubkey) {
filter: {
authors: [pubkey],
kinds: [1],
limit: 150,
limit: 450,
}
}));
}

Loading…
Cancel
Save