Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
also pass permalinkCreator here
Browse files Browse the repository at this point in the history
  • Loading branch information
bwindels committed Feb 25, 2019
1 parent a7db42c commit 77f979e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/rooms/EventTile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 77f979e

Please sign in to comment.