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 #761 from matrix-org/luke/fix-people-section2

Fix people section DropTarget and refactor Rooms
This commit is contained in:
Luke Barnard
2017-03-27 15:52:28 +02:00
committed by GitHub
2 changed files with 16 additions and 0 deletions

View File

@@ -485,6 +485,8 @@ module.exports = React.createClass({
<RoomSubList list={ self.state.lists['im.vector.fake.direct'] }
label="People"
tagName="im.vector.fake.direct"
verb="tag direct chat"
editable={ true }
order="recent"
selectedRoom={ self.props.selectedRoom }