Merge pull request #4679 from JorikSchellekens/joriks/fix-irc-resize-save
Pass roomId to IRCTimelineProfileResizer
This commit is contained in:
commit
c66a277409
1 changed files with 1 additions and 1 deletions
|
@ -803,7 +803,7 @@ export default class MessagePanel extends React.Component {
|
||||||
ircResizer = <IRCTimelineProfileResizer
|
ircResizer = <IRCTimelineProfileResizer
|
||||||
minWidth={20}
|
minWidth={20}
|
||||||
maxWidth={600}
|
maxWidth={600}
|
||||||
roomId={this.props.room ? this.props.roomroomId : null}
|
roomId={this.props.room ? this.props.room.roomId : null}
|
||||||
/>;
|
/>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue