Fix exports for rate limited functions and MatrixClientPeg

MatrixClientPeg in particular doesn't work very well with this.
This commit is contained in:
Travis Ralston 2019-12-12 19:33:08 -07:00
parent f5264db028
commit 225695ab5c
4 changed files with 8 additions and 7 deletions

View file

@ -887,7 +887,7 @@ module.exports = createReactClass({
// rate limited because a power level change will emit an event for every
// member in the room.
_updateRoomMembers: new rate_limited_func(function(dueToMember) {
_updateRoomMembers: rate_limited_func(function(dueToMember) {
// a member state changed in this room
// refresh the conf call notification state
this._updateConfCallNotification();