Add comment back

This commit is contained in:
David Baker 2016-07-26 18:19:25 +01:00
parent 31399254b6
commit 09993cd3bc

View file

@ -501,6 +501,8 @@ module.exports = React.createClass({
this._updateRoomMembers(); this._updateRoomMembers();
}, },
// rate limited because a power level change will emit an event for every
// member in the room.
_updateRoomMembers: new rate_limited_func(function() { _updateRoomMembers: new rate_limited_func(function() {
// a member state changed in this room, refresh the tab complete list // a member state changed in this room, refresh the tab complete list
this.tabComplete.loadEntries(this.state.room); this.tabComplete.loadEntries(this.state.room);