You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
Space preferences for whether or not you see DMs in a Space (#7250)
This commit is contained in:
committed by
GitHub
parent
5ee356daaa
commit
39c4b78371
@ -176,7 +176,7 @@ export class SpaceItem extends React.PureComponent<IItemProps, IItemState> {
|
||||
);
|
||||
|
||||
this.state = {
|
||||
collapsed: collapsed,
|
||||
collapsed,
|
||||
childSpaces: this.childSpaces,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user