1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-19 20:23:18 +03:00

Remove redundant currentRoomAlias

This commit is contained in:
Luke Barnard
2017-06-08 15:30:43 +01:00
parent ea97d16aa2
commit aa20ad706e

View File

@ -621,7 +621,6 @@ module.exports = React.createClass({
page_type: PageTypes.RoomView,
thirdPartyInvite: roomInfo.third_party_invite,
roomOobData: roomInfo.oob_data,
currentRoomAlias: roomInfo.room_alias,
autoJoin: roomInfo.auto_join,
};