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 = () => {
|
private onAlgorithmFilterUpdated = () => {
|
||||||
// The filter can happen off-cycle, so trigger an update if we need to.
|
// The filter can happen off-cycle, so trigger an update. The filter will have
|
||||||
this.updateFn.triggerIfWillMark();
|
// already caused a mark.
|
||||||
|
this.updateFn.trigger();
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue