feat: add highlights to quotes

This commit is contained in:
codytseng
2025-11-17 22:37:04 +08:00
parent b4366325cd
commit 7065015462
5 changed files with 58 additions and 148 deletions

View File

@@ -24,7 +24,7 @@ export default function NoteInteractions({
list = <ReplyNoteList index={pageIndex} stuff={event} />
break
case 'quotes':
list = <QuoteList event={event} />
list = <QuoteList stuff={event} />
break
case 'reactions':
list = <ReactionList stuff={event} />