Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 0069393

Browse files
committed
Go back to same room after logging in
1 parent 0bc4659 commit 0069393

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/components/structures/MatrixChat.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,6 @@ module.exports = React.createClass({
238238
setStateForNewScreen: function(state) {
239239
const newState = {
240240
screen: undefined,
241-
page_type: PageTypes.RoomDirectory,
242-
currentRoomAlias: null,
243-
currentRoomId: null,
244241
viewUserId: null,
245242
logged_in: false,
246243
ready: false,

0 commit comments

Comments
 (0)