Merge branch 'develop' into t3chguy/fix/17022
This commit is contained in:
commit
f18a24025a
55 changed files with 1962 additions and 381 deletions
|
@ -560,7 +560,9 @@ export class SpaceStoreClass extends AsyncStoreWithClient<IState> {
|
|||
if (!room || payload.context_switch) break;
|
||||
|
||||
if (room.isSpaceRoom()) {
|
||||
this.setActiveSpace(room);
|
||||
// Don't context switch when navigating to the space room
|
||||
// as it will cause you to end up in the wrong room
|
||||
this.setActiveSpace(room, false);
|
||||
} else if (!this.getSpaceFilteredRoomIds(this.activeSpace).has(room.roomId)) {
|
||||
let parent = this.getCanonicalParent(room.roomId);
|
||||
if (!parent) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue