diff --git a/nostr.ts b/nostr.ts index 49606c8..1995fe0 100644 --- a/nostr.ts +++ b/nostr.ts @@ -53,7 +53,7 @@ export async function fetchArticlesByAuthor(pubkey: string) { const events = await fetchWithTimeout([{ authors: [pubkey], kinds: [30023], - limit: 10, + limit: 210, }]) as NostrEvent[]; return events;