Move new search experience to a Beta (#7718)
This commit is contained in:
committed by
GitHub
parent
5201c9b285
commit
ed185240a5
@@ -95,7 +95,7 @@ const getRoomFn: FetchRoomFn = (room: Room) => {
|
||||
export class SpaceStoreClass extends AsyncStoreWithClient<IState> {
|
||||
// The spaces representing the roots of the various tree-like hierarchies
|
||||
private rootSpaces: Room[] = [];
|
||||
// Map from room ID to set of spaces which list it as a child
|
||||
// Map from room/space ID to set of spaces which list it as a child
|
||||
private parentMap = new EnhancedMap<string, Set<string>>();
|
||||
// Map from SpaceKey to SpaceNotificationState instance representing that space
|
||||
private notificationStateMap = new Map<SpaceKey, SpaceNotificationState>();
|
||||
|
||||
Reference in New Issue
Block a user