From: Ernest Date: Sun, 12 Jul 2020 17:02:38 +0000 (+0200) Subject: Add post title to user overview and user comment list X-Git-Url: http://these/git/?a=commitdiff_plain;h=a5454fe82d6786dc6306fce98c55c6c4e8da6956;p=lemmy.git Add post title to user overview and user comment list --- diff --git a/ui/src/components/user.tsx b/ui/src/components/user.tsx index 0e107363..854dd6ef 100644 --- a/ui/src/components/user.tsx +++ b/ui/src/components/user.tsx @@ -383,6 +383,7 @@ export class User extends Component { nodes={[{ comment: i.data as Comment }]} admins={this.state.admins} noIndent + showCommunity showContext enableDownvotes={this.state.site.enable_downvotes} /> @@ -400,6 +401,7 @@ export class User extends Component { nodes={commentsToFlatNodes(this.state.comments)} admins={this.state.admins} noIndent + showCommunity showContext enableDownvotes={this.state.site.enable_downvotes} />