1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-21 07:42:09 +03:00

Create irc layout

This commit is contained in:
Jorik Schellekens
2020-04-29 15:07:41 +01:00
parent c1e740a596
commit 10c8d253c8
3 changed files with 148 additions and 7 deletions

View File

@ -607,6 +607,7 @@ export default class MessagePanel extends React.Component {
isSelectedEvent={highlight}
getRelationsForEvent={this.props.getRelationsForEvent}
showReactions={this.props.showReactions}
useIRCLayout={this.state.useIRCLayout}
/>
</TileErrorBoundary>
</li>,