Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Automated cherry pick of #5346 #5380

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Set mentions to true in header change message
  • Loading branch information
Nevyana Angelova authored and mattermost-build committed Apr 22, 2020
commit d9d86400041ec97203468a9de8f6e7c29731b430
2 changes: 1 addition & 1 deletion components/post_markdown/system_message_helpers.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ function renderHeaderChangeMessage(post) {
const headerOptions = {
singleline: true,
channelNamesMap: post.props && post.props.channel_mentions,
mentionHighlight: false,
mentionHighlight: true,
};

const username = renderUsername(post.props.username);
Expand Down