show sending status for replacements as well on local echo

This commit is contained in:
Bruno Windels 2019-05-16 14:44:00 +01:00
parent 31817a91c6
commit 3ef631191b

View file

@ -532,7 +532,7 @@ module.exports = React.createClass({
readReceiptMap={this._readReceiptMap}
showUrlPreview={this.props.showUrlPreview}
checkUnmounting={this._isUnmounting}
eventSendStatus={mxEv.status}
eventSendStatus={mxEv.replacementOrOwnStatus()}
tileShape={this.props.tileShape}
isTwelveHour={this.props.isTwelveHour}
permalinkCreator={this.props.permalinkCreator}