diff --git a/src/components/views/rooms/EventTile.js b/src/components/views/rooms/EventTile.js index 31797cffb4..ee0b40c0de 100644 --- a/src/components/views/rooms/EventTile.js +++ b/src/components/views/rooms/EventTile.js @@ -403,7 +403,7 @@ export default createReactClass({ }, shouldHighlight: function() { - const actions = this.context.getPushActionsForEvent(this.props.mxEvent); + const actions = this.context.getPushActionsForEvent(this.props.mxEvent.replacingEvent() || this.props.mxEvent); if (!actions || !actions.tweaks) { return false; } // don't show self-highlights from another of our clients