diff --git a/src/renderer/src/components/NoteList/index.tsx b/src/renderer/src/components/NoteList/index.tsx index e2e6d369..ae04aee4 100644 --- a/src/renderer/src/components/NoteList/index.tsx +++ b/src/renderer/src/components/NoteList/index.tsx @@ -84,7 +84,7 @@ export default function NoteList({ observer.current.unobserve(bottomRef.current) } } - }, [initialized]) + }, [until, initialized]) const loadMore = async () => { const events = await client.fetchEvents({ ...noteFilter, until })