mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-25 18:08:14 +08:00
Dont' filter by space as synapse doesn't support it
This commit is contained in:
parent
ee85f73ad1
commit
be76852529
@ -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…
Reference in New Issue
Block a user