diff --git a/src/components/views/rooms/EventTile.js b/src/components/views/rooms/EventTile.js index 450c5eb760..f0cd0ee7bf 100644 --- a/src/components/views/rooms/EventTile.js +++ b/src/components/views/rooms/EventTile.js @@ -214,8 +214,10 @@ module.exports = withMatrixClient(React.createClass({ const verified = await this.props.matrixClient.isEventSenderVerified(mxEvent); this.setState({ verified: verified, + }, () => { + // Decryption may have caused a change in size + this.props.onWidgetLoad(); }); - this.props.onWidgetLoad(); }, _propsEqual: function(objA, objB) {