feat: improve event discovery

This commit is contained in:
reya
2024-05-18 08:16:05 +07:00
parent 60afbf090b
commit 99d9c70826
3 changed files with 17 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ export function Conversation({
className?: string;
}) {
const { ark } = useRouteContext({ strict: false });
const thread = ark.parse_event_thread(event.tags);
const thread = ark.get_thread(event.tags);
return (
<Note.Provider event={event}>