fix: increase initial limit for events in ProfileTextFeed component

This commit is contained in:
2025-05-25 14:02:14 +02:00
parent a5d56dd5cc
commit 8b53f5da79

View File

@@ -10,7 +10,7 @@ interface ProfileTextFeedProps {
const ProfileTextFeed: React.FC<ProfileTextFeedProps> = ({ pubkey }) => {
const now = useRef(new Date());
const [limit, setLimit] = useState(10);
const [limit, setLimit] = useState(100);
const { events, isLoading } = useNostrEvents({
filter: {