Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
HOW DID THIS EVER WORK?
Browse files Browse the repository at this point in the history
  • Loading branch information
ara4n committed Apr 20, 2017
1 parent 238f59d commit 0d8d3c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/views/rooms/RoomList.js
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,7 @@ module.exports = React.createClass({
<div className="mx_RoomList" onMouseOver={ this._onMouseOver }>
<RoomSubList list={ self.state.lists['im.vector.fake.invite'] }
label="Invites"
tagName="im.vector.fake.invite"
editable={ false }
order="recent"
incomingCall={ self.state.incomingCall }
Expand Down Expand Up @@ -638,6 +639,7 @@ module.exports = React.createClass({

<RoomSubList list={ self.state.lists['im.vector.fake.recent'] }
label="Rooms"
tagName="im.vector.fake.recent"
editable={ true }
verb="restore"
order="recent"
Expand Down Expand Up @@ -682,6 +684,7 @@ module.exports = React.createClass({

<RoomSubList list={ self.state.lists['im.vector.fake.archived'] }
label="Historical"
tagName="im.vector.fake.archived"
editable={ false }
order="recent"
collapsed={ self.props.collapsed }
Expand Down

0 comments on commit 0d8d3c6

Please sign in to comment.