use renamed method that also takes local redactions into account now
This commit is contained in:
parent
32840fc274
commit
02c9e29937
1 changed files with 1 additions and 1 deletions
|
@ -592,7 +592,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.replacementOrOwnStatus()}
|
eventSendStatus={mxEv.getAssociatedLocalEchoStatus()}
|
||||||
tileShape={this.props.tileShape}
|
tileShape={this.props.tileShape}
|
||||||
isTwelveHour={this.props.isTwelveHour}
|
isTwelveHour={this.props.isTwelveHour}
|
||||||
permalinkCreator={this.props.permalinkCreator}
|
permalinkCreator={this.props.permalinkCreator}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue