WIP switch-over of TimePanel from taking Rooms to taking EventTimelineSets
This commit is contained in:
parent
820cd579d8
commit
e22d0a53b6
4 changed files with 139 additions and 68 deletions
|
@ -1570,7 +1570,9 @@ module.exports = React.createClass({
|
|||
|
||||
var messagePanel = (
|
||||
<TimelinePanel ref={this._gatherTimelinePanelRef}
|
||||
room={this.state.room}
|
||||
timelineSet={this.state.room.getTimelineSets()[0]}
|
||||
manageReadReceipts={true}
|
||||
manageReadMarkers={true}
|
||||
hidden={hideMessagePanel}
|
||||
highlightedEventId={this.props.highlightedEventId}
|
||||
eventId={this.props.eventId}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue