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
commit 5e98aa4850

View File

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