1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

Merge pull request #222 from matrix-org/matthew/fix-memberlist-refresh

make MemberTiles actually update in realtime
This commit is contained in:
Matthew Hodgson
2016-03-17 11:59:24 +00:00

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} />
);
}