Dont' filter by space as synapse doesn't support it
This commit is contained in:
parent
ee85f73ad1
commit
be76852529
1 changed files with 2 additions and 1 deletions
|
@ -337,7 +337,8 @@ export class SlidingRoomListStoreClass extends AsyncStoreWithClient<IState> impl
|
||||||
}
|
}
|
||||||
|
|
||||||
private onSelectedSpaceUpdated = (activeSpace: SpaceKey, allRoomsInHome: boolean): void => {
|
private onSelectedSpaceUpdated = (activeSpace: SpaceKey, allRoomsInHome: boolean): void => {
|
||||||
logger.info("SlidingRoomListStore.onSelectedSpaceUpdated", activeSpace);
|
logger.info("TODO: Synapse does not implement filters.spaces yet. SlidingRoomListStore.onSelectedSpaceUpdated", activeSpace);
|
||||||
|
return;
|
||||||
// update the untagged filter
|
// update the untagged filter
|
||||||
const tagId = DefaultTagID.Untagged;
|
const tagId = DefaultTagID.Untagged;
|
||||||
const filters = filterConditions[tagId];
|
const filters = filterConditions[tagId];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue