Pass replacingEventId for edits to appear in thread's view

This commit is contained in:
Germain Souquet 2021-09-30 14:01:33 +01:00
parent 1331e960fa
commit 65c7657e3c

View file

@ -1209,6 +1209,7 @@ export default class EventTile extends React.Component<IProps, IState> {
onHeightChanged={this.props.onHeightChanged}
tileShape={this.props.tileShape}
editState={this.props.editState}
replacingEventId={this.props.replacingEventId}
/>
{ actionBar }
</div>,