feat: 💨

This commit is contained in:
codytseng 2024-12-09 22:03:19 +08:00
parent ccd79da171
commit 57aa3be645
3 changed files with 6 additions and 5 deletions

View file

@ -58,8 +58,6 @@ export default function NoteList({
}
if (events.length > 0) {
setEvents((pre) => [...pre, ...events])
}
if (events.length > 0) {
setUntil(events[events.length - 1].created_at - 1)
}
if (areAlgoRelays) {