also pass permalinkCreator here
This commit is contained in:
parent
a7db42c6cf
commit
77f979ed6d
1 changed files with 1 additions and 1 deletions
|
@ -711,7 +711,7 @@ module.exports = withMatrixClient(React.createClass({
|
||||||
{ this._renderE2EPadlock() }
|
{ this._renderE2EPadlock() }
|
||||||
{
|
{
|
||||||
this.props.tileShape === 'reply_preview'
|
this.props.tileShape === 'reply_preview'
|
||||||
&& ReplyThread.makeThread(this.props.mxEvent, this.props.onWidgetLoad, 'replyThread')
|
&& ReplyThread.makeThread(this.props.mxEvent, this.props.onWidgetLoad, this.props.permalinkCreator, 'replyThread')
|
||||||
}
|
}
|
||||||
<EventTileType ref="tile"
|
<EventTileType ref="tile"
|
||||||
mxEvent={this.props.mxEvent}
|
mxEvent={this.props.mxEvent}
|
||||||
|
|
Loading…
Reference in a new issue