Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/types/react

pull/21833/head
Michael Telatynski 2021-06-22 18:08:10 +01:00
commit 47bddac0a6
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ export class SpaceStoreClass extends AsyncStoreWithClient<IState> {
// rootSpaces.push(space);
// });
this.orphanedRooms = new Set(orphanedRooms);
this.orphanedRooms = new Set(orphanedRooms.map(r => r.roomId));
this.rootSpaces = rootSpaces;
this.parentMap = backrefs;