Make redactions appear when the event has been redacted (on Room.redaction)

This commit is contained in:
Luke Barnard 2017-03-06 14:20:24 +00:00
parent edccfeb20b
commit c0fc3ba3fe
2 changed files with 8 additions and 1 deletions

View file

@ -466,6 +466,7 @@ module.exports = React.createClass({
ref={this._collectEventNode.bind(this, eventId)}
data-scroll-token={scrollToken}>
<EventTile mxEvent={mxEv} continuation={continuation}
isRedacted={mxEv.isRedacted()}
onWidgetLoad={this._onWidgetLoad}
readReceipts={readReceipts}
readReceiptMap={this._readReceiptMap}