feat: conversations (#277)

This commit is contained in:
Cody Tseng
2025-04-15 22:33:53 +08:00
committed by GitHub
parent 1c3e54c895
commit 3c81a13acb
25 changed files with 417 additions and 350 deletions

View File

@@ -144,7 +144,7 @@ const ProfilePage = forwardRef(({ id, index }: { id?: string; index?: number },
</div>
</div>
</div>
<NoteList filter={{ authors: [pubkey] }} className="mt-2" filterMutedNotes={false} />
<NoteList author={pubkey} className="mt-2" filterMutedNotes={false} />
</SecondaryPageLayout>
)
})