feat: add support for publishing highlights

This commit is contained in:
codytseng 2025-12-18 21:53:07 +08:00
parent c4881e3435
commit 079a2f90ef
29 changed files with 578 additions and 171 deletions

View file

@ -117,7 +117,7 @@ export default function Note({
} else if (event.kind === ExtendedKind.FOLLOW_PACK) {
content = <FollowPack className="mt-2" event={event} />
} else {
content = <Content className="mt-2" event={event} />
content = <Content className="mt-2" event={event} enableHighlight />
}
return (