make MemberTiles actually update in realtime\n\nFixes https://github.com/vector-im/vector-web/issues/730 and all its dups

pull/21833/head
Matthew Hodgson 2016-03-16 19:32:48 +00:00
parent bb918f198b
commit 8f967d6e23
1 changed files with 0 additions and 1 deletions

View File

@ -93,7 +93,6 @@ module.exports = React.createClass({
return (
<EntityTile {...this.props} presenceActiveAgo={active} presenceState={presenceState}
avatarJsx={av} title={this.getPowerLabel()} onClick={this.onClick}
shouldComponentUpdate={this.shouldComponentUpdate.bind(this)}
name={name} powerLevel={this.props.member.powerLevel} />
);
}