wip: browse user

This commit is contained in:
Ren Amamiya
2023-09-22 14:13:55 +07:00
parent 18a9ba3fb0
commit c9bc7b81dd
10 changed files with 229 additions and 11 deletions

View File

@@ -25,7 +25,7 @@ export function useProfile(pubkey: string, embed?: string) {
{
kinds: [NDKKind.Metadata],
authors: [cleanPubkey],
limit: 1,
limit: 100,
},
{ closeOnEose: true }
);