Merge pull request #2666 from matrix-org/bwindels/userview
Bring back user view
This commit is contained in:
commit
ab9bf4c0e0
11 changed files with 137 additions and 20 deletions
|
@ -1573,14 +1573,9 @@ export default React.createClass({
|
|||
this._chatCreateOrReuse(userId);
|
||||
return;
|
||||
}
|
||||
|
||||
this._setPage(PageTypes.UserView);
|
||||
this.notifyNewScreen('user/' + userId);
|
||||
const member = new Matrix.RoomMember(null, userId);
|
||||
dis.dispatch({
|
||||
action: 'view_user',
|
||||
member: member,
|
||||
});
|
||||
this.setState({currentUserId: userId});
|
||||
this._setPage(PageTypes.UserView);
|
||||
});
|
||||
} else if (screen.indexOf('group/') == 0) {
|
||||
const groupId = screen.substring(6);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue