From 8b53f5da79fd67615a55e51ed6499520dac2bea7 Mon Sep 17 00:00:00 2001 From: highperfocused Date: Sun, 25 May 2025 14:02:14 +0200 Subject: [PATCH] fix: increase initial limit for events in ProfileTextFeed component --- components/ProfileTextFeed.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ProfileTextFeed.tsx b/components/ProfileTextFeed.tsx index c009bae..826ed60 100644 --- a/components/ProfileTextFeed.tsx +++ b/components/ProfileTextFeed.tsx @@ -10,7 +10,7 @@ interface ProfileTextFeedProps { const ProfileTextFeed: React.FC = ({ pubkey }) => { const now = useRef(new Date()); - const [limit, setLimit] = useState(10); + const [limit, setLimit] = useState(100); const { events, isLoading } = useNostrEvents({ filter: {