You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-14 19:02:33 +03:00
Merge pull request #4679 from JorikSchellekens/joriks/fix-irc-resize-save
Pass roomId to IRCTimelineProfileResizer
This commit is contained in:
@@ -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}
|
||||||
/>;
|
/>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user