Define interface for RLS to ease wiring in Sliding Sync (#9150)
* Define iface for RLS * Iterate interface
This commit is contained in:
parent
736d8dfec7
commit
394e181854
5 changed files with 118 additions and 14 deletions
|
@ -372,7 +372,7 @@ export default class RoomSublist extends React.Component<IProps, IState> {
|
|||
};
|
||||
|
||||
private onTagSortChanged = async (sort: SortAlgorithm) => {
|
||||
await RoomListStore.instance.setTagSorting(this.props.tagId, sort);
|
||||
RoomListStore.instance.setTagSorting(this.props.tagId, sort);
|
||||
this.forceUpdate();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue