You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
fix indentation
This commit is contained in:
@@ -1573,9 +1573,6 @@ export default React.createClass({
|
|||||||
this._chatCreateOrReuse(userId);
|
this._chatCreateOrReuse(userId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// get profile info here somehow
|
|
||||||
|
|
||||||
this.notifyNewScreen('user/' + userId);
|
this.notifyNewScreen('user/' + userId);
|
||||||
this.setState({currentUserId: userId});
|
this.setState({currentUserId: userId});
|
||||||
this._setPage(PageTypes.UserView);
|
this._setPage(PageTypes.UserView);
|
||||||
|
|||||||
Reference in New Issue
Block a user