mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-15 14:21:31 +03:00
Handle home space
This commit is contained in:
parent
bcd1005e3c
commit
d3fc047b58
1 changed files with 2 additions and 1 deletions
|
@ -132,7 +132,8 @@ export class SpaceStoreClass extends AsyncStoreWithClient<IState> {
|
|||
});
|
||||
}
|
||||
return;
|
||||
}
|
||||
} else if (space === this.activeSpace) return;
|
||||
|
||||
this._activeSpace = space;
|
||||
this.emit(UPDATE_SELECTED_SPACE, this.activeSpace);
|
||||
this.emit(SUGGESTED_ROOMS, this._suggestedRooms = []);
|
||||
|
|
Loading…
Reference in a new issue