mirror of
https://github.com/lumina-rocks/lumina.git
synced 2026-06-04 01:31:13 +02:00
fix: increase initial limit for events in ProfileTextFeed component
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user