You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
fix usersettings cancel fail on new accounts
This commit is contained in:
@ -1036,8 +1036,7 @@ module.exports = React.createClass({
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
dis.dispatch({
|
dis.dispatch({
|
||||||
action: 'view_indexed_room',
|
action: 'view_room_directory',
|
||||||
roomIndex: 0,
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user