1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Remove bottommost prop - can't DND on the bottom list anymore

This commit is contained in:
Kegan Dougal
2015-12-18 17:13:26 +00:00
parent a2872deb53
commit f0ff62166b

View File

@@ -415,7 +415,6 @@ module.exports = React.createClass({
verb="demote"
editable={ true }
order="recent"
bottommost={ false }
activityMap={ self.state.activityMap }
selectedRoom={ self.props.selectedRoom }
incomingCall={ self.state.incomingCall }
@@ -425,7 +424,6 @@ module.exports = React.createClass({
label="Historical"
editable={ false }
order="recent"
bottommost={ true }
activityMap={ self.state.activityMap }
selectedRoom={ self.props.selectedRoom }
collapsed={ self.props.collapsed }