summaryrefslogtreecommitdiffstats
path: root/webapp/utils
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/utils')
-rw-r--r--webapp/utils/channel_intro_messages.jsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/webapp/utils/channel_intro_messages.jsx b/webapp/utils/channel_intro_messages.jsx
index 6390f615c..baf6c4fb1 100644
--- a/webapp/utils/channel_intro_messages.jsx
+++ b/webapp/utils/channel_intro_messages.jsx
@@ -114,6 +114,7 @@ export function createDMIntroMessage(channel, centeredIntro) {
width='50'
height='50'
user={teammate}
+ hasMention={true}
/>
</div>
<div className='channel-intro-profile'>
@@ -121,6 +122,7 @@ export function createDMIntroMessage(channel, centeredIntro) {
<UserProfile
user={teammate}
disablePopover={false}
+ hasMention={true}
/>
</strong>
</div>