mirror of https://github.com/vector-im/riot-web
Fix rendering of hidden events (#8334)
parent
7335b35fbb
commit
d5887bf075
|
@ -951,7 +951,7 @@ export class UnwrappedEventTile extends React.Component<IProps, IState> {
|
|||
isLeftAlignedBubbleMessage,
|
||||
noBubbleEvent,
|
||||
isSeeingThroughMessageHiddenForModeration,
|
||||
} = getEventDisplayInfo(this.props.mxEvent, this.shouldHideEvent());
|
||||
} = getEventDisplayInfo(this.props.mxEvent, this.context.showHiddenEvents, this.shouldHideEvent());
|
||||
const { isQuoteExpanded } = this.state;
|
||||
|
||||
// This shouldn't happen: the caller should check we support this type
|
||||
|
|
Loading…
Reference in New Issue