mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
show sending status for replacements as well on local echo
This commit is contained in:
parent
31817a91c6
commit
3ef631191b
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user