fix: remove limit on user events query for comprehensive data retrieval

This commit is contained in:
2026-01-01 21:32:39 +01:00
parent d464e8a44c
commit 038a629a47

View File

@@ -25,7 +25,7 @@ export function useUserStats(pubkey: string | undefined) {
[
{
authors: [pubkey],
limit: 500,
// limit: 500,
},
],
{ signal }