mirror of https://github.com/vector-im/riot-web
Merge branch 'develop' into travis/room-list/enable
commit
c153232575
|
@ -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…
Reference in New Issue