fix: 🐛
This commit is contained in:
parent
71c9fc8485
commit
9615a7e778
1 changed files with 1 additions and 0 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue