Merge pull request #3117 from matrix-org/bwindels/redactions-blended-echo
Blend pending redactions
This commit is contained in:
commit
f7c03acb58
2 changed files with 4 additions and 1 deletions
|
@ -592,7 +592,7 @@ module.exports = React.createClass({
|
|||
readReceiptMap={this._readReceiptMap}
|
||||
showUrlPreview={this.props.showUrlPreview}
|
||||
checkUnmounting={this._isUnmounting}
|
||||
eventSendStatus={mxEv.replacementOrOwnStatus()}
|
||||
eventSendStatus={mxEv.getAssociatedStatus()}
|
||||
tileShape={this.props.tileShape}
|
||||
isTwelveHour={this.props.isTwelveHour}
|
||||
permalinkCreator={this.props.permalinkCreator}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue