summaryrefslogtreecommitdiffstats
path: root/web/react/components/post_header.jsx
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-12-08 08:14:25 -0500
committerJoram Wilander <jwawilander@gmail.com>2015-12-08 08:14:25 -0500
commiteb465501f919bf425b9390b9587a84b3651953de (patch)
tree34197c671da3d901440d3cd2ad9941297efd5448 /web/react/components/post_header.jsx
parent2a9fbd7a26f18577d759d5e8e05df82ada1a68ce (diff)
parent7d3b3869c9bd38ca666901cacf2cddbaa836107f (diff)
downloadchat-eb465501f919bf425b9390b9587a84b3651953de.tar.gz
chat-eb465501f919bf425b9390b9587a84b3651953de.tar.bz2
chat-eb465501f919bf425b9390b9587a84b3651953de.zip
Merge pull request #1641 from florianorben/display_system_username
Display username 'System' for system messages
Diffstat (limited to 'web/react/components/post_header.jsx')
-rw-r--r--web/react/components/post_header.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/post_header.jsx b/web/react/components/post_header.jsx
index 76b3a64be..f18024343 100644
--- a/web/react/components/post_header.jsx
+++ b/web/react/components/post_header.jsx
@@ -34,7 +34,7 @@ export default class PostHeader extends React.Component {
userProfile = (
<UserProfile
userId={''}
- overwriteName={''}
+ overwriteName={Constants.SYSTEM_MESSAGE_PROFILE_NAME}
overwriteImage={Constants.SYSTEM_MESSAGE_PROFILE_IMAGE}
disablePopover={true}
/>