1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-15 11:01:52 +03:00

use renamed method that also takes local redactions into account now

This commit is contained in:
Bruno Windels
2019-06-18 13:47:33 +02:00
parent 32840fc274
commit 02c9e29937

View File

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