also pass permalinkCreator here

This commit is contained in:
Bruno Windels 2019-02-25 16:50:44 +01:00
parent a7db42c6cf
commit 77f979ed6d

View file

@ -711,7 +711,7 @@ module.exports = withMatrixClient(React.createClass({
{ this._renderE2EPadlock() }
{
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"
mxEvent={this.props.mxEvent}