Go back to same room after logging in
This commit is contained in:
parent
0bc4659fe0
commit
0069393650
1 changed files with 0 additions and 3 deletions
|
@ -238,9 +238,6 @@ module.exports = React.createClass({
|
||||||
setStateForNewScreen: function(state) {
|
setStateForNewScreen: function(state) {
|
||||||
const newState = {
|
const newState = {
|
||||||
screen: undefined,
|
screen: undefined,
|
||||||
page_type: PageTypes.RoomDirectory,
|
|
||||||
currentRoomAlias: null,
|
|
||||||
currentRoomId: null,
|
|
||||||
viewUserId: null,
|
viewUserId: null,
|
||||||
logged_in: false,
|
logged_in: false,
|
||||||
ready: false,
|
ready: false,
|
||||||
|
|
Loading…
Reference in a new issue