fix: 🐛

This commit is contained in:
codytseng
2025-11-07 10:53:42 +08:00
parent 71c9fc8485
commit 9615a7e778

View File

@@ -204,6 +204,7 @@ const NoteList = forwardRef(
return newEvents.filter((event: Event) => {
if (shouldHideEvent(event)) return false
if (hideReplies && isReplyNoteEvent(event)) return false
const key = getEventKey(event)
if (keySet.has(key)) {