fix invite highlights take 3

pull/21833/head
Matthew Hodgson 2017-04-19 00:16:17 +01:00
parent 4a9c168682
commit fb6252a16b
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ module.exports = React.createClass({
constantTimeDispatcher.register("RoomTile.refresh", this.props.room.roomId, this.onRefresh);
constantTimeDispatcher.register("RoomTile.select", this.props.room.roomId, this.onSelect);
MatrixClientPeg.get().on("accountData", this.onAccountData);
this.onRefresh();
},
componentWillUnmount: function() {