we need to pass whether it is an invite RoomSubList explicitly (i18n)

This commit is contained in:
Michael Telatynski 2017-08-27 23:32:16 +01:00
parent 6077693829
commit edb449dfe5
No known key found for this signature in database
GPG Key ID: 3F879DA5AD802A5E

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 }