summaryrefslogtreecommitdiffstats
path: root/webapp/components/post_view/post_header/post_header.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/post_view/post_header/post_header.jsx')
-rw-r--r--webapp/components/post_view/post_header/post_header.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/components/post_view/post_header/post_header.jsx b/webapp/components/post_view/post_header/post_header.jsx
index 562bd2b82..0715f047c 100644
--- a/webapp/components/post_view/post_header/post_header.jsx
+++ b/webapp/components/post_view/post_header/post_header.jsx
@@ -91,6 +91,7 @@ export default class PostHeader extends React.PureComponent {
displayNameType={this.props.displayNameType}
status={this.props.status}
isBusy={this.props.isBusy}
+ hasMention={true}
/>
);
let botIndicator;