diff --git a/src/components/views/rooms/EventTile.js b/src/components/views/rooms/EventTile.js index 988bf7eb3c..192e203f35 100644 --- a/src/components/views/rooms/EventTile.js +++ b/src/components/views/rooms/EventTile.js @@ -681,7 +681,7 @@ module.exports = withMatrixClient(React.createClass({ : null; let reactionsRow; - if (SettingsStore.isFeatureEnabled("feature_reactions")) { + if (SettingsStore.isFeatureEnabled("feature_reactions") && !isRedacted) { const ReactionsRow = sdk.getComponent('messages.ReactionsRow'); reactionsRow =