fix: 🐛

This commit is contained in:
codytseng
2025-05-16 15:49:27 +08:00
parent 81b6462b63
commit 12f5d41811
2 changed files with 15 additions and 2 deletions

View File

@@ -50,7 +50,6 @@ export function ReplyProvider({ children }: { children: React.ReactNode }) {
replies.eventIdSet.add(reply.id)
}
})
replies.events.sort((a, b) => a.created_at - b.created_at)
prev.set(id, replies)
}
return new Map(prev)