hide reactions for redacted events
This commit is contained in:
parent
515ed2e1bb
commit
d0d327620b
1 changed files with 1 additions and 1 deletions
|
@ -681,7 +681,7 @@ module.exports = withMatrixClient(React.createClass({
|
||||||
</div> : null;
|
</div> : null;
|
||||||
|
|
||||||
let reactionsRow;
|
let reactionsRow;
|
||||||
if (SettingsStore.isFeatureEnabled("feature_reactions")) {
|
if (SettingsStore.isFeatureEnabled("feature_reactions") && !isRedacted) {
|
||||||
const ReactionsRow = sdk.getComponent('messages.ReactionsRow');
|
const ReactionsRow = sdk.getComponent('messages.ReactionsRow');
|
||||||
reactionsRow = <ReactionsRow
|
reactionsRow = <ReactionsRow
|
||||||
mxEvent={this.props.mxEvent}
|
mxEvent={this.props.mxEvent}
|
||||||
|
|
Loading…
Reference in a new issue