Merge pull request #1066 from matrix-org/luke/fix-go-home-when-settings-closed
Default to home page when settings is closedpull/21833/head
commit
ce88d5c1cf
|
@ -1307,7 +1307,7 @@ module.exports = React.createClass({
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
dis.dispatch({
|
dis.dispatch({
|
||||||
action: 'view_room_directory',
|
action: 'view_home_page',
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue