You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-18 09:22:18 +03:00
WIP switch-over of TimePanel from taking Rooms to taking EventTimelineSets
This commit is contained in:
@ -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}
|
||||
|
Reference in New Issue
Block a user