show sending status for replacements as well on local echo

pull/21833/head
Bruno Windels 2019-05-16 14:44:00 +01:00
parent 31817a91c6
commit 3ef631191b
1 changed files with 1 additions and 1 deletions

View File

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