mirror of https://github.com/vector-im/riot-web
When no member, use `null` `roomId`
parent
07633fe67f
commit
89254e77f4
|
@ -1234,7 +1234,7 @@ module.exports = React.createClass({
|
|||
});
|
||||
} else {
|
||||
// This user is not a member of this room, show the user view
|
||||
member = new Matrix.RoomMember(roomId, userId);
|
||||
member = new Matrix.RoomMember(null, userId);
|
||||
this._setPage(PageTypes.UserView);
|
||||
}
|
||||
dis.dispatch({
|
||||
|
|
Loading…
Reference in New Issue