From 77f979ed6d6120a73d2bb0349f0090ab9857fd54 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 25 Feb 2019 16:50:44 +0100 Subject: [PATCH] also pass permalinkCreator here --- src/components/views/rooms/EventTile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/rooms/EventTile.js b/src/components/views/rooms/EventTile.js index 8a2f7802d6..4411067f2e 100644 --- a/src/components/views/rooms/EventTile.js +++ b/src/components/views/rooms/EventTile.js @@ -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') }