mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Add comment back
This commit is contained in:
parent
31399254b6
commit
09993cd3bc
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue