summaryrefslogtreecommitdiffstats
path: root/ui/src/components/inbox.tsx
diff options
context:
space:
mode:
authorErnest <ernestwisniewski2@gmail.com>2020-07-13 08:18:11 +0200
committerErnest <ernestwisniewski2@gmail.com>2020-07-13 08:18:11 +0200
commite06d9a620c53eb58aed98db7196555fc6adb5916 (patch)
tree476e1c9509f433bcf3ecd46131afa02176591f1d /ui/src/components/inbox.tsx
parent82dcaa454557fae1a1506efa18b2eb3d40533a8e (diff)
Add post title to user comments inbox view, comment_view, user_mention_view
Diffstat (limited to 'ui/src/components/inbox.tsx')
-rw-r--r--ui/src/components/inbox.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/src/components/inbox.tsx b/ui/src/components/inbox.tsx
index 2bf1fb47..8e148921 100644
--- a/ui/src/components/inbox.tsx
+++ b/ui/src/components/inbox.tsx
@@ -267,6 +267,7 @@ export class Inbox extends Component<any, InboxState> {
nodes={[{ comment: i }]}
noIndent
markable
+ showCommunity
showContext
enableDownvotes={this.state.enableDownvotes}
/>
@@ -285,6 +286,7 @@ export class Inbox extends Component<any, InboxState> {
nodes={commentsToFlatNodes(this.state.replies)}
noIndent
markable
+ showCommunity
showContext
enableDownvotes={this.state.enableDownvotes}
/>
@@ -300,6 +302,7 @@ export class Inbox extends Component<any, InboxState> {
nodes={[{ comment: mention }]}
noIndent
markable
+ showCommunity
showContext
enableDownvotes={this.state.enableDownvotes}
/>