feat(ark): add user component

This commit is contained in:
2024-01-13 08:21:49 +07:00
parent 0487b8a801
commit 1822eac488
18 changed files with 324 additions and 317 deletions

View File

@@ -4,7 +4,10 @@ import { ActivityRootNote } from "./rootNote";
export function ReplyActivity({ event }: { event: NDKEvent }) {
const ark = useArk();
const thread = ark.getEventThread({ tags: event.tags });
const thread = ark.getEventThread({
content: event.content,
tags: event.tags,
});
return (
<div className="h-full pb-3 flex flex-col justify-between">