Pass roomId to IRCTimelineProfileResizer

This commit is contained in:
Jorik Schellekens 2020-06-01 18:27:10 +01:00
parent 85faa8ac23
commit 5bba62c28b

View file

@ -803,7 +803,7 @@ export default class MessagePanel extends React.Component {
ircResizer = <IRCTimelineProfileResizer
minWidth={20}
maxWidth={600}
roomId={this.props.room ? this.props.roomroomId : null}
roomId={this.props.room ? this.props.room.roomId : null}
/>;
}