From 56927b23e675b2a5d984aa6b2fd288dd08a63c3b Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Sun, 28 Jan 2018 22:12:34 +0000 Subject: [PATCH] pass onWidgetLoad (which is required for SOME EventTileTypes) XXX: they should follow an interface, this is somewhat nasty Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- src/components/views/rooms/EventTile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/views/rooms/EventTile.js b/src/components/views/rooms/EventTile.js index 4e0ff2c6d6..1d8df4c7a6 100644 --- a/src/components/views/rooms/EventTile.js +++ b/src/components/views/rooms/EventTile.js @@ -602,6 +602,7 @@ module.exports = withMatrixClient(React.createClass({ mxEvent={this.props.mxEvent} highlights={this.props.highlights} highlightLink={this.props.highlightLink} + onWidgetLoad={this.props.onWidgetLoad} showUrlPreview={false} />