Make redactions appear when the event has been redacted (on Room.redaction)
This commit is contained in:
parent
edccfeb20b
commit
c0fc3ba3fe
2 changed files with 8 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue