feat(post): add backlinks for quotedCids

This commit is contained in:
plebeius
2026-02-09 19:56:07 +08:00
parent 0fb14e653c
commit c7c8c46557
3 changed files with 64 additions and 12 deletions
+1
View File
@@ -31,6 +31,7 @@ export interface PostProps {
isPublishing?: boolean;
onApprove?: () => void;
onReject?: () => void;
quotedByMap?: Map<string, Comment[]>;
}
export const Post = ({