Increase limit for article list
Needs pagination
This commit is contained in:
parent
f1d6ddbc84
commit
0b1eca87b2
2
nostr.ts
2
nostr.ts
@ -53,7 +53,7 @@ export async function fetchArticlesByAuthor(pubkey: string) {
|
|||||||
const events = await fetchWithTimeout([{
|
const events = await fetchWithTimeout([{
|
||||||
authors: [pubkey],
|
authors: [pubkey],
|
||||||
kinds: [30023],
|
kinds: [30023],
|
||||||
limit: 10,
|
limit: 210,
|
||||||
}]) as NostrEvent[];
|
}]) as NostrEvent[];
|
||||||
|
|
||||||
return events;
|
return events;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user