summaryrefslogtreecommitdiffstats
path: root/webapp/components/post_view/post
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/post_view/post')
-rw-r--r--webapp/components/post_view/post/post.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/components/post_view/post/post.jsx b/webapp/components/post_view/post/post.jsx
index 4491d888c..25d23c690 100644
--- a/webapp/components/post_view/post/post.jsx
+++ b/webapp/components/post_view/post/post.jsx
@@ -210,6 +210,7 @@ export default class Post extends React.PureComponent {
status={status}
user={this.props.user}
isBusy={this.props.isBusy}
+ hasMention={true}
/>
);