Drop (IRC) suffix hacks

This commit is contained in:
Will Hunt 2018-10-03 19:34:06 +01:00
parent 5b027c6410
commit fe788486b7
4 changed files with 4 additions and 7 deletions

View file

@ -229,7 +229,7 @@ const Pill = React.createClass({
if (member) {
userId = member.userId;
member.rawDisplayName = member.rawDisplayName || '';
linkText = member.rawDisplayName.replace(' (IRC)', ''); // FIXME when groups are done
linkText = member.rawDisplayName,
if (this.props.shouldShowPillAvatar) {
avatar = <MemberAvatar member={member} width={16} height={16} />;
}