profile: increase number of notes shown on profile
ci/woodpecker/push/woodpecker Pipeline was successful
Details
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
parent
593d4c6e38
commit
5a18e2952c
|
@ -132,7 +132,7 @@ function subProfile(pubkey) {
|
|||
filter: {
|
||||
authors: [pubkey],
|
||||
kinds: [1],
|
||||
limit: 150,
|
||||
limit: 450,
|
||||
}
|
||||
}));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue