summaryrefslogtreecommitdiffstats
path: root/web/react/components/rhs_root_post.jsx
diff options
context:
space:
mode:
authorFlorian Orben <florian.orben@gmail.com>2015-12-07 18:37:21 +0100
committerFlorian Orben <florian.orben@gmail.com>2015-12-07 18:40:56 +0100
commit7d3b3869c9bd38ca666901cacf2cddbaa836107f (patch)
treee6592244f49708fd56f3424e782eb6b72092cefd /web/react/components/rhs_root_post.jsx
parentb06f11fd632f146a204b4ef1357a8c099bade072 (diff)
downloadchat-7d3b3869c9bd38ca666901cacf2cddbaa836107f.tar.gz
chat-7d3b3869c9bd38ca666901cacf2cddbaa836107f.tar.bz2
chat-7d3b3869c9bd38ca666901cacf2cddbaa836107f.zip
Display username 'System' for system messages
Diffstat (limited to 'web/react/components/rhs_root_post.jsx')
-rw-r--r--web/react/components/rhs_root_post.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/rhs_root_post.jsx b/web/react/components/rhs_root_post.jsx
index 0a37a6803..46c9c3b66 100644
--- a/web/react/components/rhs_root_post.jsx
+++ b/web/react/components/rhs_root_post.jsx
@@ -167,7 +167,7 @@ export default class RhsRootPost extends React.Component {
userProfile = (
<UserProfile
userId={''}
- overwriteName={''}
+ overwriteName={Constants.SYSTEM_MESSAGE_PROFILE_NAME}
overwriteImage={Constants.SYSTEM_MESSAGE_PROFILE_IMAGE}
disablePopover={true}
/>