fix(post): render OP backlinks from replies quoting OP

This commit is contained in:
plebeius
2026-02-11 18:52:10 +08:00
parent 716c782d1a
commit d862550132
3 changed files with 15 additions and 33 deletions
-1
View File
@@ -32,7 +32,6 @@ export interface PostProps {
onApprove?: () => void;
onReject?: () => void;
quotedByMap?: Map<string, Comment[]>;
cidToReply?: Map<string, Comment>;
isInPostPageView?: boolean;
}