Merge pull request #5281 from matrix-org/t3chguy/fix/9836

Fix editing and redactions not updating the Reply Thread
This commit is contained in:
Michael Telatynski 2020-10-07 00:14:56 +01:00 committed by GitHub
commit 430bceb91d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 10 deletions

View file

@ -918,6 +918,7 @@ export default class EventTile extends React.Component {
highlights={this.props.highlights}
highlightLink={this.props.highlightLink}
onHeightChanged={this.props.onHeightChanged}
replacingEventId={this.props.replacingEventId}
showUrlPreview={false} />
</div>
</div>