Merge branch 'develop' into travis/room-list/enable
This commit is contained in:
commit
c153232575
1 changed files with 3 additions and 2 deletions
|
@ -516,8 +516,9 @@ export class RoomListStore2 extends AsyncStore<ActionPayload> {
|
|||
};
|
||||
|
||||
private onAlgorithmFilterUpdated = () => {
|
||||
// The filter can happen off-cycle, so trigger an update if we need to.
|
||||
this.updateFn.triggerIfWillMark();
|
||||
// The filter can happen off-cycle, so trigger an update. The filter will have
|
||||
// already caused a mark.
|
||||
this.updateFn.trigger();
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue