1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-11 20:22:36 +03:00

Merge pull request #1343 from matrix-org/t3chguy/fix_two_roomlist_regressions

we need to pass whether it is an invite RoomSubList explicitly (i18n)
This commit is contained in:
Luke Barnard
2017-08-29 16:33:48 +01:00
committed by GitHub

View File

@@ -555,6 +555,7 @@ module.exports = React.createClass({
label={ _t('Invites') } label={ _t('Invites') }
editable={ false } editable={ false }
order="recent" order="recent"
isInvite={true}
selectedRoom={ self.props.selectedRoom } selectedRoom={ self.props.selectedRoom }
incomingCall={ self.state.incomingCall } incomingCall={ self.state.incomingCall }
collapsed={ self.props.collapsed } collapsed={ self.props.collapsed }